v1.1.0
Overall status
GA
Supported CSI spec versions
1.0.0
Minimum Kubernetes version
1.13
Recommended Kubernetes version
1.14: For lease-based leader election and Topology feature
Container
docker pull quay.io/k8scsi/csi-provisioner:v1.1.0
Feature status
Feature | Status | Default | Description |
---|---|---|---|
Topology | Beta | Off | Topology aware dynamic provisioning (requires kubelet 1.14 on nodes). |
Snapshots* | Alpha | On | Snapshots and Restore. |
CSIMigration** | Alpha | On | Migrating in-tree volume plugins to CSI. |
*) There is no special feature gate for snapshots. It is enabled by running external-snapshotter and creating its CRDs.
**) There is no special feature gate for CSI migration. It is enabled by turning on CSI migration in Kubernetes.
Breaking Changes
- Support for the alpha Topology feature and CSINodeInfo CRD has been removed.
Deprecations
- Command line flag
--connection-timeout
is deprecated and has no effect. - Command line flag
--provisioner
is deprecated and has no effect. - Command line flag
--leader-election-type
is deprecated. Support for Endpoints-based
leader election will be removed in the future in favor of Lease-based leader election.
The default currently remains asendpoints
for backwards compatibility.
Full Changelog
https://github.com/kubernetes-csi/external-provisioner/blob/v1.1.0/CHANGELOG-1.1.md