From 1591d9615f6b7120e71896bd34bc14f821ba2b47 Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Fri, 17 May 2019 15:58:06 -0400 Subject: [PATCH] Update release-notes.md --- ee/ucp/release-notes.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ee/ucp/release-notes.md b/ee/ucp/release-notes.md index 91c069f307..b05f5f55e2 100644 --- a/ee/ucp/release-notes.md +++ b/ee/ucp/release-notes.md @@ -104,12 +104,6 @@ https://github.com/kubernetes/kubernetes/pull/67432 - ACTION REQUIRED: The cAdvisor web UI that the kubelet started using `--cadvisor-port` was removed in 1.12. If cAdvisor is needed, run it via a DaemonSet. - https://github.com/kubernetes/kubernetes/pull/65707 - - Support for Windows Server Containers - - - Supports Windows Server Containers and Windows Server 2016 as the operating system of - choice for the windows-based kubelet. You can run Windows-based and .NET-based applications inside - containers on Kubernetes. - - https://github.com/kubernetes/enhancements/issues/116 - Support for Out-of-tree CSI Volume Plugins (stable) with API - Allows volume plugins to be developed out-of-tree.