From d51ba688fe01ca759b42977f9767eaecbae63cc4 Mon Sep 17 00:00:00 2001 From: Trapier Marshall Date: Tue, 24 Jul 2018 16:16:37 -0400 Subject: [PATCH] ucp 3.0.2 release notes: dereference cni_ipinip_mtu this knob does not exist in UCP 3.0.2 Signed-off-by: Trapier Marshall --- ee/ucp/release-notes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ee/ucp/release-notes.md b/ee/ucp/release-notes.md index 583ce418af..38af9c2801 100644 --- a/ee/ucp/release-notes.md +++ b/ee/ucp/release-notes.md @@ -45,8 +45,7 @@ Azure Disk when installing UCP with the `--cloud-provider` option. * To deploy Pods with Privileged options, users now require a grant with the role `Full Control` for all namespaces. * The `/api/ucp/config` endpoint now includes default node orchestrator. - * Added `cni_mtu` and `cni_ipinip_mtu` settings to UCP config for controlling - MTU sizes in Calico. + * Added `cni_mtu` setting to UCP config for controlling MTU size in Calico. * When a route is not found, interlock now returns a 503 (the expected behavior) instead of a 404.