Skip to content

Commit

Permalink
docs: add 'endpointRoutes.enabled=true' to aws-cni
Browse files Browse the repository at this point in the history
This is meant as a temporary workaround for #16007.

Signed-off-by: Bruno Miguel Custódio <brunomcustodio@gmail.com>
  • Loading branch information
bmcustodio authored and jrajahalme committed May 11, 2021
1 parent 0b00c9f commit 437e2bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/gettingstarted/cni-chaining-aws-cni.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Deploy Cilium release via Helm:
--set cni.chainingMode=aws-cni \\
--set enableIPv4Masquerade=false \\
--set tunnel=disabled \\
--set nodeinit.enabled=true
--set nodeinit.enabled=true \\
--set endpointRoutes.enabled=true
This will enable chaining with the aws-cni plugin. It will also disable
tunneling. Tunneling is not required as ENI IP addresses can be directly routed
Expand Down

0 comments on commit 437e2bb

Please sign in to comment.