Skip to content

Commit

Permalink
Disable uninstalling the CNI config and binary when the agent goes do…
Browse files Browse the repository at this point in the history
…wn. (#100)

Signed-off-by: Matias Charriere <[email protected]>
  • Loading branch information
mcharriere authored Oct 25, 2023
1 parent 73f988a commit 37fead1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0] - 2023-10-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion helm/cilium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37fead1

Please sign in to comment.