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

docs: Install Cilium overlay mode on EKS #18132

Merged
merged 1 commit into from
Dec 6, 2021
Merged

docs: Install Cilium overlay mode on EKS #18132

merged 1 commit into from
Dec 6, 2021

Conversation

oliwave
Copy link
Contributor

@oliwave oliwave commented Dec 6, 2021

Once --set ipam.mode=eni is set in the helm install command, the Cilium CNI controller will continue to crash. Instead, run the following code snippet and the controller works fine.

helm install cilium cilium/cilium --version 1.9.11 \
               --namespace kube-system \
               --set egressMasqueradeInterfaces=eth0 \
               --set nodeinit.enabled=true

Fixes : #12981

Signed-off-by: Oliver Wang <a0924100192@gmail.com>

Once `--set ipam.mode=eni` is set in the helm install command, the Cilium CNI controller will continue to crash. Instead, run the following code snippet and the controller works fine.

```
helm install cilium cilium/cilium --version 1.9.11 \
           --namespace kube-system \
           --set egressMasqueradeInterfaces=eth0 \
           --set nodeinit.enabled=true
```

Fixes : #12981
Signed-off-by: Oliver Wang <<a0924100192@gmail.com>>
@oliwave oliwave requested a review from a team as a code owner December 6, 2021 13:25
@maintainer-s-little-helper maintainer-s-little-helper bot added backport/1.9 kind/backports This PR provides functionality previously merged into master. labels Dec 6, 2021
@oliwave oliwave changed the title Docs : Install Cilium overlay mode on EKS docs : Install Cilium overlay mode on EKS Dec 6, 2021
@oliwave oliwave changed the title docs : Install Cilium overlay mode on EKS docs: Install Cilium overlay mode on EKS Dec 6, 2021
@joestringer
Copy link
Member

Thanks for the fix. This was already made effective in v1.10 docs and higher so we shouldn't need to fix up docs in any other branches.

@joestringer joestringer merged commit 1b159dd into cilium:v1.9 Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/backports This PR provides functionality previously merged into master.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants