Skip to content

Alpha version of csi-proxy

Compare
Choose a tag to compare
@ddebroy ddebroy released this 30 Mar 17:09
· 437 commits to master since this release
6077942

Overall status

Alpha

Supported CSI spec versions

1.0.0

Recommended Kubernetes version

1.18: For support for CSI plugins in kubelet.exe targeting Windows nodes

Container

N/A - csi-proxy.exe is a binary

Breaking Changes

None

Deprecations

None

New Features

  • csi-proxy.exe binary that surfaces named pipes exposing versioned APIs for exercising storage operations on Windows hosts
  • v1alpha1 File System API group to support operations related to directories and files on Windows hosts
  • v1alpha1 Disk API group to support operations related to physical disk objects on Windows hosts
  • v1alpha1 Volume API group to support operations related to volume objects on Windows hosts
  • v1alpha1 SMB API group to support operations related to remote file system over SMB on Windows hosts
  • CI using prow framework to build csi-proxy.exe and run unit tests