-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add restart flag to config set and delete commands #154
Conversation
588da1e
to
3546c5f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #154 (comment)
I realized that we need to add the restart behavior to |
3546c5f
to
8cf61c6
Compare
8cf61c6
to
0b31252
Compare
0b31252
to
92a7763
Compare
After config map changes are made, Cilium pods need to be restarted for the changes to take effect. Currently, this is a manual step. Add a flag with default value to restart Cilium pods. Signed-off-by: Aditi Ghag <[email protected]>
92a7763
to
7d5ecbb
Compare
EKS failures are due to resource unavailability issue. Edit : The changes are not related EKS platform, and connectivity tests on other two platforms have passed so I'm not restarting all the tests again. |
After setting config map changes, Cilium pods need to be restarted for the changes to take effect.
Currently, this is a manual step. Add a new flag to restart the pods by default.
Tested the changes on a local kind cluster.