Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix cilium installation --set tunnel #4126

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

ty-dc
Copy link
Collaborator

@ty-dc ty-dc commented Sep 27, 2024

Thanks for contributing!

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #4125

Special notes for your reviewer:

https://docs.cilium.io/en/v1.15/operations/upgrade/#helm-options

The tunnel option (deprecated in Cilium 1.14) has been removed. To enable native-routing mode, set routing-mode=native (previously tunnel=disabled). To configure the tunneling protocol, set tunnel-protocol=vxlan|geneve (previously tunnel=vxlan|geneve).

Signed-off-by: tao.yang <tao.yang@daocloud.io>
@ty-dc ty-dc added release/none no release note cherrypick-release-v0.8 Cherry-pick the PR to branch release-v0.8. cherrypick-release-v0.9 cherrypick-release-v1.0 Cherry-pick the PR to branch release-v1.0. labels Sep 27, 2024
@ty-dc ty-dc merged commit b579910 into spidernet-io:main Sep 30, 2024
56 checks passed
github-actions bot pushed a commit that referenced this pull request Sep 30, 2024
fix cilium installation --set tunnel

Signed-off-by: robot <tao.yang@daocloud.io>
github-actions bot pushed a commit that referenced this pull request Sep 30, 2024
fix cilium installation --set tunnel

Signed-off-by: robot <tao.yang@daocloud.io>
github-actions bot pushed a commit that referenced this pull request Sep 30, 2024
fix cilium installation --set tunnel

Signed-off-by: robot <tao.yang@daocloud.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherrypick-release-v0.8 Cherry-pick the PR to branch release-v0.8. cherrypick-release-v0.9 cherrypick-release-v1.0 Cherry-pick the PR to branch release-v1.0. release/none no release note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cilium: tunnel was deprecated in v1.14 and has been removed in v1.15.
3 participants