Skip to content

Commit

Permalink
s/set/Set
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Khatri committed Sep 8, 2020
1 parent 177f7d1 commit 4981c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/encrypt-cluster-pod-traffic.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ This how-to guide uses the following {{site.prodname}} features:
- [Install and configure calicoctl]({{site.baseurl}}/getting-started/clis/calicoctl/install)
- Verify the operating system(s) running on the nodes in the cluster {% include open-new-window.html text='support WireGuard' url='https://www.wireguard.com/install/' %}.
- WireGuard in {{site.prodname}} requires node IP addresses to establish secure tunnels between nodes. {{site.prodname}} can automatically detect IP address of a node using [IP Setting]({{site.baseurl}}/reference/node/configuration#ip-setting) and [IP autodetection method]({{site.baseurl}}/reference/node/configuration#ip-autodetection-methods) in [calico/node]({{site.baseurl}}/reference/node/configuration) resource.
- set `IP` (or `IP6`) environment variable to `autodetect`.
- set `IP_AUTODETECTION_METHOD` (or `IP6_AUTODETECTION_METHOD`) to an appropriate value. If there are multiple interfaces on a node, set the value to detect the IP address of the primary interface.
- Set `IP` (or `IP6`) environment variable to `autodetect`.
- Set `IP_AUTODETECTION_METHOD` (or `IP6_AUTODETECTION_METHOD`) to an appropriate value. If there are multiple interfaces on a node, set the value to detect the IP address of the primary interface.

> **Note**: WireGuard in {{site.prodname}} does not support IPv6 at this time. Also, encryption using WireGuard is not supported if `CALICO_NETWORKING_BACKEND=none` (e.g. managed Kubernetes platforms EKS, AKS and GKE).
{: .alert .alert-info}
Expand Down

0 comments on commit 4981c62

Please sign in to comment.