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
As the number of configurations increases, managing them becomes complex, so I would like to use a configuration file.
In Kubernetes, IP addresses change dynamically, and at least for the Hashicorp Raft implementation, the bind-addr must be set to something other than 0.0.0.0 (while etcd allows this, I am still not sure if this is due to the comqtt implementation).
To address this, I am using initContainers to rewrite the bind-addr.
Hello,
To address this, I am using initContainers to rewrite the bind-addr.
This is complex, and it seems better if the configuration files and environment variables could be merged.
Any thoughts on this approach?
The text was updated successfully, but these errors were encountered: