From be1f65d2214f8af29ff9509873d1c37b75b1326b Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Thu, 22 Jun 2023 10:00:05 -0400 Subject: [PATCH] OSDOCS-5872-Support cluster-wide proxy on Windows Containers --- modules/windows-containers-release-notes-limitations.adoc | 2 -- modules/windows-node-services.adoc | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/windows-containers-release-notes-limitations.adoc b/modules/windows-containers-release-notes-limitations.adoc index 778afd6f6c29..5c127216444e 100644 --- a/modules/windows-containers-release-notes-limitations.adoc +++ b/modules/windows-containers-release-notes-limitations.adoc @@ -29,8 +29,6 @@ Note the following limitations when working with Windows nodes managed by the WM * {productwinc} does not support adding Windows nodes to a cluster through a trunk port. The only supported networking configuration for adding Windows nodes is through an access port that carries traffic for the VLAN. -* {productwinc} supports only in-tree storage drivers for all cloud providers. - * Kubernetes has identified the following link:https://kubernetes.io/docs/concepts/windows/intro/#limitations[node feature limitations] : ** Huge pages are not supported for Windows containers. ** Privileged containers are not supported for Windows containers. diff --git a/modules/windows-node-services.adoc b/modules/windows-node-services.adoc index 8631adf91eb5..faf1bf5ca919 100644 --- a/modules/windows-node-services.adoc +++ b/modules/windows-node-services.adoc @@ -37,4 +37,7 @@ The following Windows-specific services are installed on each Windows node: |containerd container runtime |Manages the complete container lifecycle. +|CSI Proxy +|Enables CSI drivers to perform storage operations on the node, which allows containerized CSI drivers to run on Windows nodes. + |===