Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 1019 Bytes

csi-proxy-windows.md

File metadata and controls

35 lines (22 loc) · 1019 Bytes

CSI Proxy for Windows

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