From 6e1214e9e4d2d5291c8a476b231bee24e8fac15d Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Wed, 19 Sep 2018 08:38:18 -0600 Subject: [PATCH] Update kubernetes-network-encryption.md --- ee/ucp/kubernetes/kubernetes-network-encryption.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ee/ucp/kubernetes/kubernetes-network-encryption.md b/ee/ucp/kubernetes/kubernetes-network-encryption.md index a9eb645a0b..9bd89581dd 100644 --- a/ee/ucp/kubernetes/kubernetes-network-encryption.md +++ b/ee/ucp/kubernetes/kubernetes-network-encryption.md @@ -43,7 +43,7 @@ packet size must be a multiple of 4 bytes. IPIP tunnels require 20 bytes of enc tunnel interface MTU must be no more than "EXTMTU - 46 - ((EXTMTU - 46) modulo 4)" where EXTMTU is the minimum MTU of the external interfaces. An IPIP MTU of 1452 should generally be safe for most deployments. -Changing UCP's MTU requires updating the UCP configuration. This process is described (here)[/ee/ucp/admin/configure/ucp-configuration-file]. +Changing UCP's MTU requires updating the UCP configuration. This process is described [here](/ee/ucp/admin/configure/ucp-configuration-file). The user must update the following values to the new MTU: @@ -52,6 +52,7 @@ The user must update the following values to the new MTU: calico_mtu = "1452" ipip_mtu = "1452" ... + ## Configuring SecureOverlay Once the cluster nodes’ MTUs are properly configured, deploy the SecureOverlay components using the Secure Overlay YAML file to UCP.