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
Currently, only static custom configurations are stored in ConfigMap. Dynamic custom configurations are set through the flags api and need to be set every time Reconcile, including Pods restart.
I think dynamic custom configuration should also be stored in ConfigMap. It only needs to be set once when it changed, and it will automatically take effect after restarting.
Contents
Related work
The text was updated successfully, but these errors were encountered:
Introduction
Currently, only static custom configurations are stored in ConfigMap. Dynamic custom configurations are set through the flags api and need to be set every time Reconcile, including Pods restart.
nebula-operator/pkg/controller/component/helper.go
Lines 196 to 199 in 51761f6
I think dynamic custom configuration should also be stored in ConfigMap. It only needs to be set once when it changed, and it will automatically take effect after restarting.
Contents
Related work
The text was updated successfully, but these errors were encountered: