-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uninstall: set "cni.uninstall" to true
There is a Helm variable, `cni.uninstall`, that tells the agent to clean up its CNI configuration file and plugin binaries. This behavior was disabled by default in PR cilium/cilium#24009. However, when we *know* we're uninstalling Cilium, we should re-enable the old behavior. So, manually touch the key file in the configmap to enable uninstall. Then, the pre-stop hook will be activated on shutdown and clean up as usual. Signed-off-by: Casey Callendrello <cdc@isovalent.com>
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters