Skip to content

Commit

Permalink
docs: Disable BPF-masq in KIND GSG
Browse files Browse the repository at this point in the history
Disable BPF-masq when deploying in KIND until
#12699 has been fixed.

Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb committed Aug 26, 2020
1 parent eecd5b9 commit 5f8fa31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/gettingstarted/kind.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Then, install Cilium release via Helm:
--set global.externalIPs.enabled=true \\
--set global.nodePort.enabled=true \\
--set global.hostPort.enabled=true \\
--set config.bpfMasquerade=false \\
--set global.pullPolicy=IfNotPresent \\
--set config.ipam=kubernetes
Expand Down

0 comments on commit 5f8fa31

Please sign in to comment.