You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration brokerProperties provides a way for users to supply additional env vars to an akri broker, independent of the ones provided by a discovery handler. They should not be modified with a suffix like ones set by a discovery handler.
The result is that a broker env var provided in the Configuration as RANDOM=value is now mounted as RANDOM_AKRI-DEBUG-ECHO-489660=value instead of staying RANDOM=value. This is done here in the agent:
Describe the bug
Configuration
brokerProperties
provides a way for users to supply additional env vars to an akri broker, independent of the ones provided by a discovery handler. They should not be modified with a suffix like ones set by a discovery handler.The result is that a broker env var provided in the Configuration as
RANDOM=value
is now mounted asRANDOM_AKRI-DEBUG-ECHO-489660=value
instead of stayingRANDOM=value
. This is done here in the agent:akri/agent/src/plugin_manager/device_plugin_instance_controller.rs
Line 416 in 66ce8ac
To Reproduce
Install release (old) helm chart with older agent:
Once broker pods are running, get foo device env
Uninstall akri
helm uninstall akri
Repeat for dev chart (latest akri):
Install release (old) helm chart with older agent:
Once broker pods are running, get foo device env
The text was updated successfully, but these errors were encountered: