github kubernetes-csi/external-provisioner v1.1.0

latest releases: v4.0.1, v3.6.4, v4.0.0...
5 years ago

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 as endpoints for backwards compatibility.

Full Changelog

https://github.com/kubernetes-csi/external-provisioner/blob/v1.1.0/CHANGELOG-1.1.md

Don't miss a new external-provisioner release

NewReleases is sending notifications on new releases.