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. + |===