CSI Proxy for Windows

May 4, 2020 ยท View on GitHub

CSI Proxy for Windows enables support for CSI Plugins on Kubernetes nodes running Windows.

More info can be found in the following places:

Requirements

  • CSI Proxy for Windows requires Kubernetes version 1.18.0 or greater.

Usage

Enable in the cluster definition JSON (or API model)

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