From cd28e55fcc7549308aa91e5ea94ecd8a675c7fde Mon Sep 17 00:00:00 2001 From: Matias Charriere Date: Tue, 24 Oct 2023 16:37:37 +0200 Subject: [PATCH] Disable uninstalling the CNI config and binary when the agent goes down. Signed-off-by: Matias Charriere --- CHANGELOG.md | 4 ++++ helm/cilium/values.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d6c612..dfa777c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Disable uninstalling the CNI config files and binary when restarting the agent. + ## [0.14.0] - 2023-10-18 ### Changed diff --git a/helm/cilium/values.yaml b/helm/cilium/values.yaml index c73c3d02..4784f376 100644 --- a/helm/cilium/values.yaml +++ b/helm/cilium/values.yaml @@ -467,7 +467,7 @@ cni: # if you're removing Cilium from the cluster. Disable this to prevent the CNI # configuration file from being removed during agent upgrade, which can cause # nodes to go unmanageable. - uninstall: true + uninstall: false # -- Configure chaining on top of other CNI plugins. Possible values: # - none