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 11023be commit a346e91
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

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

## [1.3.7] - 2025-02-05

### Added
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 a346e91

Please sign in to comment.