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

Fix encryption getting started guides for v1.10 #15961

Merged
merged 2 commits into from
Apr 30, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions Documentation/gettingstarted/encryption-ipsec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Enable Encryption in Cilium

.. code-block:: shell-session

cilium install --encryption
cilium install --encryption ipsec

.. group-tab:: Helm

Expand Down Expand Up @@ -112,7 +112,7 @@ interface as follows:

.. code-block:: shell-session

cilium install --encryption --config encryption-interface=ethX
cilium install --encryption ipsec --config encryption-interface=ethX

.. group-tab:: Helm

Expand All @@ -133,7 +133,7 @@ In order to enable node-to-node encryption, add:

.. code-block:: shell-session

cilium install --encryption --node-encryption
cilium install --encryption ipsec --node-encryption

.. group-tab:: Helm

Expand Down
2 changes: 1 addition & 1 deletion Documentation/gettingstarted/encryption-wireguard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Wireguard module on older kernels).

.. code-block:: shell-session

cilium install --config enable-wireguard=true --config enable-l7-proxy=false
cilium install --encryption wireguard

.. group-tab:: Helm

Expand Down