CSI Proxy for Windows enables support for CSI Plugins on Kubernetes nodes running Windows.
More info can be found in the following places:
- https://github.com/kubernetes/enhancements/blob/master/keps/sig-windows/20190714-windows-csi-support.md
- https://github.com/kubernetes-csi/csi-proxy
- CSI Proxy for Windows requires Kubernetes version 1.18.0 or greater.
Add the following fields to windowsProfile
:
"windowsProfile": {
...
"enableCSIProxy": true,
"csiProxyURL": "<Path to a package containing Windows csi proxy binaries>"
...
}
For testing purposes the following csi-proxy binary may be used:
If you want to use another version, replace master
field to the concrete version number.
For example, https://k8scsi.blob.core.windows.net/csi-proxy/v0.1.0/binaries/csi-proxy.tar.gz