Skip to content

Commit

Permalink
Cilium: Replace no longer supported tunnel option by routingMode. (
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko authored Feb 7, 2025
1 parent 1e9b70c commit 989810c
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 @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add ingress rule in nodes Security Group to allow access to the Kubelet API when using ENI mode. This is needed by the metrics server to gather metrics from the Kubelet

### Changed

- Cilium: Replace no longer supported `tunnel` option by `routingMode`.

## [2.6.0] - 2025-01-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-aws/templates/_cilium_helmrelease_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ eni:
enabled: true
awsReleaseExcessIPs: true
enableIPv4Masquerade: false
tunnel: disabled
routingMode: native
cluster:
# Used by cilium to tag ENIs it creates and be able to filter and clean them up.
name: {{ include "resource.default.name" $ | quote }}
Expand Down

0 comments on commit 989810c

Please sign in to comment.