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

[1.9] doc: Fix masquerade option in AKS/Azure guides #15245

Merged
merged 1 commit into from
Mar 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/gettingstarted/cni-chaining-azure-cni.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Deploy Cilium release via Helm:
--set nodeinit.enabled=true \\
--set cni.configMap=cni-configuration \\
--set tunnel=disabled \\
--set enableIPv4Masquerade=false
--set masquerade=false

This will create both the main cilium daemonset, as well as the cilium-node-init daemonset, which handles tasks like mounting the eBPF filesystem and updating the
existing Azure CNI plugin to run in 'transparent' mode.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/gettingstarted/k8s-install-aks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Deploy Cilium release via Helm:
--set azure.clientSecret=$AZURE_CLIENT_SECRET \\
--set tunnel=disabled \\
--set ipam.mode=azure \\
--set enableIPv4Masquerade=false \\
--set masquerade=false \\
--set nodeinit.enabled=true

.. include:: k8s-install-restart-pods.rst
Expand Down