Showing content from https://kubernetes-csi.github.io/docs/kubernetes-changelog.html below:
Kubernetes Changelog - Kubernetes CSI Developer Documentation
Kubernetes Changelog - Kubernetes CSI Developer Documentation
- 1. Introduction
- 2. Developing a CSI Driver for Kubernetes
-
- 2.1. Versioning, Support, Compatibility Policies
- 2.2. Kubernetes Changelog
- 2.3. Kubernetes Cluster Controllers
-
- 2.3.1. Snapshot Controller
- 2.3.2. Snapshot Validation Webhook
- 2.3.3. CSI Proxy
- 2.4. Sidecar Containers
-
- 2.4.1. external-attacher
- 2.4.2. external-provisioner
- 2.4.3. external-resizer
- 2.4.4. external-snapshotter
- 2.4.5. livenessprobe
- 2.4.6. node-driver-registrar
- 2.4.7. cluster-driver-registrar
- 2.4.8. external-health-monitor-controller
- 2.4.9. external-health-monitor-agent
- 2.4.10. external-snapshot-metadata
- 2.5. CSI objects
-
- 2.5.1. CSIDriver Object
- 2.5.2. CSINode Object
- 2.6. Features
-
- 2.6.1. Secrets & Credentials
-
- 2.6.1.1. StorageClass Secrets
- 2.6.1.2. VolumeSnapshotClass Secrets
- 2.6.1.3. VolumeGroupSnapshotClass Secrets
- 2.6.2. Topology
- 2.6.3. Raw Block Volume
- 2.6.4. Skip Attach
- 2.6.5. Pod Info on Mount
- 2.6.6. Volume expansion
- 2.6.7. Data Sources
-
- 2.6.7.1. Cloning
- 2.6.7.2. Volume Snapshot & Restore
- 2.6.7.3. Volume Group Snapshot & Restore
- 2.6.8. Ephemeral Local Volumes
- 2.6.9. Volume Limits
- 2.6.10. Storage Capacity Tracking
- 2.6.11. Volume Health Monitoring
- 2.6.12. Token Requests
- 2.6.13. FSGroup Support
- 2.6.14. CSI Windows
- 2.6.15. Volume Mode Conversion
- 2.6.16. Cross-Namespace Data Sources
- 2.6.17. Changed Block Tracking
- 2.6.18. Volume Attributes Class
- 3. Deploying a CSI Driver on Kubernetes
-
- 3.1. Example
- 4. Driver Testing
-
- 4.1. Unit Testing
- 4.2. Functional Testing
- 5. Drivers
- 6. API Reference
-
- 6.1. Volume Snapshot
- 7. Troubleshooting
Kubernetes CSI Developer Documentation
Kubernetes Changelog
This page summarizes major CSI changes made in each Kubernetes release. For details on individual features, visit the Features section.
Kubernetes 1.28 Features
Kubernetes 1.27 Features
Kubernetes 1.26 Features
- GA
- Delegate fsgroup to CSI driver
- Azure File CSI migration
- vSphere CSI migration
- Alpha
- Cross namespace volume provisioning
Kubernetes 1.25 Features
- GA
- CSI ephemeral inline volumes
- Core CSI migration
- AWS EBS CSI migration
- GCE PD CSI migration
- Beta
- vSphere CSI Migration (on by default)
- Portworx CSI Migration (off-by-default)
- Alpha
Deprecation
Kubernetes 1.24 Features
- GA
- Volume expansion
- Storage capacity tracking
- Azure Disk CSI Migration
- OpenStack Cinder CSI Migration
- Beta
- Alpha
- SELinux relabeling with mount options
- Prevent volume mode conversion
Kubernetes 1.23 Features
- GA
- CSI fsgroup policy
- Non-recusrive fsgroup ownership
- Generic ephemeral volumes
- Beta
- Delegate fsgroup to CSI driver
- Azure Disk CSI Migration (on-by-default)
- AWS EBS CSI Migration (on-by-default)
- GCE PD CSI Migration (on-by-default)
- Alpha
- Recover from Expansion Failure
- Honor PV Reclaim Policy
- RBD CSI Migration
- Portworx CSI migration
Kubernetes 1.22 Features
- GA
- Windows CSI (CSI-Proxy API v1)
- Pod token requests (CSIServiceAccountToken)
- Alpha
- ReadWriteOncePod access mode
- Delegate fsgroup to CSI driver
- Generic data populators
Kubernetes 1.21 Features
- Beta
- Pod token requests (CSIServiceAccountToken)
- Storage capacity tracking
- Generic ephemeral volumes
Kubernetes 1.20 Breaking Changes
- Kubelet no longer creates the target_path for NodePublishVolume in accordance with the CSI spec. Kubelet also no longer checks if staging and target paths are mounts or corrupted. CSI drivers need to be idempotent and do any necessary mount verification.
Features
- GA
- Volume snapshots and restore
- Beta
- CSI fsgroup policy
- Non-recusrive fsgroup ownership
- Alpha
- Pod token requests (CSIServiceAccountToken)
Kubernetes 1.19 Deprecations
- Behaviour of NodeExpandVolume being called between NodeStage and NodePublish is deprecated for CSI volumes. CSI drivers should support calling NodeExpandVolume after NodePublish if they have node EXPAND_VOLUME capability
Features
- Beta
- CSI on Windows
- CSI migration for AzureDisk and vSphere drivers
- Alpha
- CSI fsgroup policy
- Generic ephemeral volumes
- Storage capacity tracking
- Volume health monitoring
Kubernetes 1.18 Deprecations
storage.k8s.io/v1beta1
CSIDriver
object has been deprecated and will be removed in a future release.
- In a future release, kubelet will no longer create the CSI NodePublishVolume target directory, in accordance with the CSI specification. CSI drivers may need to be updated accordingly to properly create and process the target path.
Features
- GA
- Raw block volumes
- Volume cloning
- Skip attach
- Pod info on mount
- Beta
- CSI migration for Openstack cinder driver.
- Alpha
storage.k8s.io/v1
CSIDriver
object introduced.
Kubernetes 1.17 Breaking Changes
- CSI 0.3 support has been removed. CSI 0.3 drivers will no longer function.
Deprecations
storage.k8s.io/v1beta1
CSINode
object has been deprecated and will be removed in a future release.
Features
- GA
- Volume topology
- Volume limits
- Beta
- Volume snapshots and restore
- CSI migration for AWS EBS and GCE PD drivers
storage.k8s.io/v1
CSINode
object introduced.
Kubernetes 1.16 Features
- Beta
- Volume cloning
- Volume expansion
- Ephemeral local volumes
Kubernetes 1.15 Features
- Volume capacity usage metrics
- Alpha
- Volume cloning
- Ephemeral local volumes
- Resizing secrets
Kubernetes 1.14 Breaking Changes
csi.storage.k8s.io/v1alpha1
CSINodeInfo
and CSIDriver
CRDs are no longer supported.
Features
- Beta
- Topology
- Raw block
- Skip attach
- Pod info on mount
- Alpha
storage.k8s.io/v1beta1
CSINode
and CSIDriver
objects introduced.
Kubernetes 1.13 Deprecations
- CSI spec 0.2 and 0.3 are deprecated and support will be removed in Kubernetes 1.17.
Features
Kubernetes 1.12 Breaking Changes
Kubelet device plugin registration is enabled by default, which requires CSI plugins to use driver-registrar:v0.3.0
to register with kubelet.
Features
- Alpha
- Snapshots
- Topology
- Skip attach
- Pod info on mount
csi.storage.k8s.io/v1alpha1
CSINodeInfo
and CSIDriver
CRDs were introduced and have to be installed before deploying a CSI driver.
Kubernetes 1.11 Features
Kubernetes 1.10 Breaking Changes
- CSI spec 0.1 is no longer supported.
Features
- Beta support added for CSI spec 0.2. This added optional
NodeStageVolume
and NodeUnstageVolume
calls which map to Kubernetes MountDevice
and UnmountDevice
operations.
Kubernetes 1.9 Features
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4