Skip to content

Commit

Permalink
doc: Fix AWS ENI guide to set config.ipam=eni
Browse files Browse the repository at this point in the history
Fixes: c1a0025 ("doc: Fix require-ipv4-pod-cidr value for ENI and Azure mode")
Fixes: #11868

Signed-off-by: Thomas Graf <thomas@cilium.io>
  • Loading branch information
tgraf committed Jun 5, 2020
1 parent 615415b commit 1492eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/gettingstarted/aws-eni.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Deploy Cilium release via Helm:
helm install cilium |CHART_RELEASE| \\
--namespace kube-system \\
--set global.eni=true \\
--set config.ipam=eni \\
--set global.egressMasqueradeInterfaces=eth0 \\
--set global.tunnel=disabled \\
--set global.nodeinit.enabled=true
Expand Down

0 comments on commit 1492eb3

Please sign in to comment.