Update Windows CSI support alpha summary (#19984)

Signed-off-by: Karen Chu <karen.chu@microsoft.com>
This commit is contained in:
Karen Chu 2020-03-31 11:10:40 -07:00 committed by GitHub
parent 06b8c63391
commit 0a9886687e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@ SIG-CLI was debating the need for a debug utility for quite some time already. W
### Introducing Windows CSI support alpha for Kubernetes
With the release of Kubernetes 1.18, an alpha version of CSI Proxy for Windows is getting released. CSI proxy enables non-privileged (pre-approved) containers to perform privileged storage operations on Windows. CSI drivers can now be supported in Windows by leveraging CSI proxy.
The alpha version of CSI Proxy for Windows is being released with Kubernetes 1.18. CSI proxy enables CSI Drivers on Windows by allowing containers in Windows to perform privileged storage operations.
## Other Updates