All Products
Search
Document Center

Container Service for Kubernetes:csi-provisioner

Last Updated:Mar 26, 2026

csi-provisioner automates volume provisioning for Container Service for Kubernetes (ACK) clusters, with support for cloud disks, File Storage NAS (NAS), and Object Storage Service (OSS) file systems.

Overview

csi-provisioner handles the lifecycle of persistent volumes in ACK, working alongside csi-plugin to deliver storage operations. Together, they support the following capabilities:

CapabilityDescription
Dynamic provisioningAutomatically creates and deletes cloud disk, NAS, and OSS volumes through StorageClass configurations.
Static provisioningUse existing cloud disks, NAS file systems, or OSS buckets as persistent volumes.
Volume expansionExpands persistent volume claims (PVCs) online without downtime.
Volume snapshotsCreates and restores snapshots for cloud disk volumes.
Storage topology awarenessSchedules volumes in the availability zone of the target node to avoid cross-zone mount failures.
Node disk limit enforcementAutomatically determines and enforces the maximum number of cloud disks that can be mounted to a node based on instance type.
Metrics and observabilityExposes storage metrics for cloud disk, NAS, and OSS volumes, including I/O monitoring and capacity reporting.
Important

In ACK Edge clusters, csi-provisioner supports only NAS volumes.

Limitations

The following table summarizes the Kubernetes version requirements for key csi-provisioner releases. Backport versions cover Kubernetes 1.20–1.24 for clusters that cannot be upgraded.

csi-provisioner versionKubernetes version required
v1.33.1 and later1.26 or later
v1.22.8-8d3a569-aliyun and laterLater than 1.20
All versions1.14 or later
Important

When you upgrade csi-provisioner, upgrade csi-plugin to the same version at the same time. Starting from v1.18.8.47-906bd535-aliyun, csi-provisioner and csi-plugin share the same image address.

Usage notes

For instructions on installing, upgrading, and managing csi-provisioner, see Manage the csi-plugin and csi-provisioner components.

Release notes

January 2026

VersionImage addressRelease dateDescriptionImpact
v1.35.1registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.35.12026-01-19New features<br>- OSS data pre-warming via VolumePopulator: pre-loads OSS data into Cloud Parallel File Storage (CPFS) for Lingjun or cloud disk volumes before application startup, which significantly reduces initialization time for data-intensive workloads. See Prefill OSS data on demand to high-performance volumes.<br>- Cloud disks can now be mounted on Lingjun nodes.<br><br>Optimizations<br>- ossfs 1.0 upgraded to v1.91.9.ack.1.<br>- ossfs 2.0 upgraded to v2.0.5.ack.1, with monitoring enabled by default and a new memory cache mode to reduce read amplification during model loading. See Best practices for OSS persistent volume performance optimization.No impact on running services.

November 2025

VersionImage addressRelease dateDescriptionImpact
v1.34.3registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.34.32025-11-30New features<br>- Cloud disks can be created from snapshots using the erofs file system.<br>- Existing filesets can be used within CPFS for Lingjun file systems.<br>- Cross-zone network switching is available for CPFS for Lingjun volumes.<br>- Health status monitoring added for OSS volume mount points.<br><br>Optimization<br>- ossfs 2.0 upgraded to v2.0.4 with arm64 architecture support and improved monitoring metrics.<br><br>Bug fix<br>- Fixed an occasional segmentation fault in ossfs 1.0 caused by libfuse2 handling empty path requests.No impact on running services.

October 2025

VersionImage addressRelease dateDescriptionImpact
v1.26.14-e9322a6-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.14-e9322a6-aliyun2025-10-17Canary release. Known issues fixed.<br><br>
Important

This is a backport version for ACK clusters running Kubernetes 1.20, 1.22, and 1.24.

No impact on running services.

September 2025

VersionImage addressRelease dateDescriptionImpact
v1.34.1registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.34.12025-09-30- Metrics can be exposed in ossfs 2.0.<br>- ossfs 1.0 upgraded to version 1.91.8.<br>- Automatic network type switching added for CPFS for Lingjun volumes.No impact on running services.

August 2025

VersionImage addressRelease dateDescriptionImpact
v1.33.4-576836c-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.33.4-576836c-aliyun2025-08-15- Fixed a concurrency issue in CPFS.<br>- ossfs 1.0 updated to version 1.91.7.<br>- ossfs 2.0 updated to V2.0.2 beta; RAM Roles for Service Accounts (RRSA) authentication now available on ACK.<br>- Regional ESSD is now generally available (GA), including support for force-attaching disks in disaster recovery scenarios and auto-discovery of compatible node types.<br>- Fixed a bug that caused some capacity metrics to be hidden.No impact on running services.

June 2025

VersionImage addressRelease dateDescriptionImpact
v1.33.3-884df97-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.33.3-884df97-aliyun2025-06-27- Containerized mounting of Elastic File Client (EFC) and CPFS is supported.<br>- ossfs 2.0 can now output logs to stdout.<br>- ossfs 2.0 updated to V2.0.1 beta.<br>- Security hardening mode for instance metadata is supported.<br>- The zoneId parameter in StorageClass is deprecated. Use allowedTopologies instead.No impact on running services.

May 2025

VersionImage addressRelease dateDescriptionImpact
v1.33.1-67e8986-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.33.1-67e8986-aliyun2025-05-20- ossfs 2.0 is now supported.<br>- Default OpenAPI domain name for ECS has been updated.<br><br>
Important

Only ACK clusters running Kubernetes 1.26 and later support this version.

No impact on running services.<br><br>Faster disk mounting and unmounting in concurrent scenarios may slightly increase cluster resource usage:<br>- csi-provisioner client throttling increased from 25 to 100.<br>- Request-handling threads increased from 16 to 32.<br>- API server and csi-provisioner memory usage may increase slightly when many PVCs and persistent volumes (PVs) are in use.

March 2025

VersionImage addressRelease dateDescriptionImpact
v1.32.2-757e24b-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.32.2-757e24b-aliyun2025-03-30- Fixed an issue with elastic ephemeral disks (EEDs) used for serverless computing.<br>- Optimized the logic for modifying cloud disk types on Elastic Compute Service (ECS) nodes.<br><br>
Important

Only ACK clusters running Kubernetes 1.26 and later support this version.

No impact on workloads.
v1.26.12-b479bab-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.12-b479bab-aliyun2025-03-23- Reduced runtime dependency on the ECS metadata server.<br>- Removed the auto-snapshot feature during scaling.<br>- OSS endpoints with the vpc100-xxx prefix are no longer automatically modified.<br>- Reduced the number of DescribeDisks API calls when mounting disks from the central side.<br>- Prevented concurrent operations on the same cloud disk.<br><br>
Important

This is a backport version for ACK clusters running Kubernetes 1.20–1.24.

No impact on workloads.

January 2025

VersionImage addressRelease dateDescriptionImpact
v1.32.1-35c87ee-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.32.1-35c87ee-aliyun2025-01-03- Optimized API access to ECS.<br>- Disk mounting and unmounting are faster.<br>- Reduced component image size.<br>- ossfs upgraded to version 1.91.5. Fixes and improvements include: mount failure when mounting non-existent bucket subdirectories due to missing root path / permissions; unexpected results when mounting a bucket prefix / under specific policy settings; files incorrectly identified as existing when HeadObject returns a 403 error; default value of complement_stat set to true to reduce misidentification of folders as files; the free_space_ratio parameter added.<br><br>
Important

Only ACK clusters running Kubernetes 1.26 and later support this version.

No impact on running services.<br><br>Faster disk mounting and unmounting in concurrent scenarios may slightly increase cluster resource usage:<br>- csi-provisioner client throttling increased from 5 to 10.<br>- Request-handling threads increased from 10 to 16.<br>- API server and csi-provisioner memory usage may increase slightly when many PVCs and PVs are in use.

December 2024

VersionImage addressRelease dateDescriptionImpact
v1.31.4-9819c8b-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.31.4-9819c8b-aliyun2024-12-01- Fixed vulnerabilities in the base image and Go version.<br>- Added validation for the FeatureGate field.<br>- Fixed an issue that could occur when expanding a partition.<br>- Snapshots during disk expansion are no longer supported.<br>- csi-provisioner now uses the AliyunCSManagedCsiProvisionerRole role by default.<br><br>
Important

Only ACK clusters running Kubernetes 1.26 and later support this version.

No impact on workloads.

November 2024

VersionImage addressRelease dateDescriptionImpact
v1.26.11-b093aed-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.11-b093aed-aliyun2024-11-01- Fixed NAS-related metrics and added byte-precision metrics.<br>- Added the forceDelete field to forcibly delete disk snapshots.<br>- Instant access for disk snapshots is now enabled by default.<br><br>
Important

This is a backport version for ACK clusters running Kubernetes 1.20–1.24.

No impact on workloads.

October 2024

VersionImage addressRelease dateDescriptionImpact
v1.31.3-df937b8-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.31.3-df937b8-aliyun2024-10-30- Fixed an issue where OSS volumes failed to mount during node auto-repair.<br>- Disk mounting and unmounting are faster.<br>- ECS instance metadata security hardening mode is now supported in CSI.<br>- ossfs upgraded to version 1.91.4. Fixes include: an occasional deadlock when disk resources are insufficient; custom MIME types not applied correctly.<br><br>
Important

Only ACK clusters running Kubernetes 1.26 and later support this version.

No impact on running services.<br><br>Faster disk mounting and unmounting in concurrent scenarios may slightly increase cluster resource usage:<br>- csi-provisioner client throttling increased from 5 to 10.<br>- Request-handling threads increased from 10 to 16.<br>- API server and csi-provisioner memory usage may increase slightly when many PVCs and PVs are in use.

September 2024

VersionImage addressRelease dateDescriptionImpact
v1.31.1-e749bf2-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.31.1-e749bf2-aliyun2024-09-23- Cloud disks can now be mounted on ECS instances in ACK Lingjun clusters.<br>- Cloud disks can now be mounted on ECS instances in ACK Edge clusters.<br>- Cloud disks can now be mounted on ECS instances in ACK One.<br>- The managed version of csi-provisioner is supported in ACK managed clusters.<br>- Elastic ephemeral disks (EEDs) are supported.<br>- Cross-regional disks are supported.<br>- OSS monitoring dashboard updated.<br><br>
Important

Only ACK clusters running Kubernetes 1.26 and later support this version.

No impact on workloads.
v1.26.10-ca674a3-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.10-ca674a3-aliyun2024-09-12- Fixed an idempotence issue that could occur during disk creation retries.<br>- Residual mount directories from Kubernetes 1.22 and earlier are now automatically removed.<br><br>
Important

This is a backport version for ACK clusters running Kubernetes 1.20–1.24.

No impact on workloads.

August 2024

VersionImage addressRelease dateDescriptionImpact
v1.30.4-c-fe12624-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.30.4-c-fe12624-aliyun2024-08-29- ossfs upgraded to version 1.91 with an optimized OSS mounting process.<br>- DiskParallelAttach feature gate added to enable concurrent mounting of cloud disks.<br><br>
Important

This version is for the csi-provisioner component of ACK managed clusters only. Only ACK clusters running Kubernetes 1.26 and later support this version.

This upgrade optimizes the OSS mounting process. See \[Product changes\] Version upgrade and mounting process optimization of ossfs in CSI.

July 2024

VersionImage addressRelease dateDescriptionImpact
v1.30.3-c-921e63a-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.30.3-c-921e63a-aliyun2024-07-01- csi-provisioner component for ACK managed clusters is available.<br>- Ubuntu nodes are supported.<br>- NAS file systems can be mounted on Alibaba Cloud Linux 3 using TLS.<br>- Fixed an issue where encrypted disks occasionally failed to be formatted.<br><br>
Important

This version is for the csi-provisioner component of ACK managed clusters only. Only ACK clusters running Kubernetes 1.26 and later support this version.

No impact on workloads.
v1.30.3-921e63a-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.30.3-921e63a-aliyun2024-07-01- Ubuntu nodes are supported.<br>- NAS file systems can be mounted on Alibaba Cloud Linux 3 using TLS.<br>- Fixed an issue where encrypted disks occasionally failed to be formatted.<br><br>
Important

If you set volumeMode: Filesystem when creating a dynamically provisioned disk volume, use accessModes: ReadWriteOnce instead of ReadWriteMany. To use ReadWriteMany or ReadOnlyMany, set the multiAttach parameter. See Use dynamically provisioned disk volumes.<br><br>Only ACK clusters running Kubernetes 1.26 and later support this version.

The persistent volume claim (PVC) behavior for cloud disks is updated.
v1.26.9-9942088-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.9-9942088-aliyun2024-07-01Optimized the mount retry logic for NAS and CPFS-NFS.<br><br>
Important

This is a backport version for ACK clusters running Kubernetes 1.20–1.24.

No impact on workloads.

May 2024

VersionImage addressRelease dateDescriptionImpact
v1.30.1-98960d8-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.30.1-98960d8-aliyun2024-05-27Feature gates can now be configured to specify a new ossfs version.<br><br>
Important

Only ACK clusters running Kubernetes 1.26 and later support this version.

No impact on workloads.
v1.26.8-e724570-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.8-e724570-aliyun2024-05-07- Fixed an issue where ossfs scanned the mlocate directory. See \[Component notice\] The mount targets of OSS volumes are occupied by default OS software such as mlocate during mount path scanning.<br>- Fixed an issue where a disk failed to mount after a kubelet upgrade.<br><br>
Important

This is a backport version for ACK clusters running Kubernetes 1.20–1.24.

No impact on workloads.

April 2024

VersionImage addressRelease dateDescriptionImpact
v1.28.6-01f3845-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.28.6-01f3845-aliyun2024-04-15- Role-based access control (RBAC) permissions split: csi-provisioner and csi-plugin now have separate permission sets.<br>- RRSA authentication supported for ossfs.<br>- NAS now supports access points.<br><br>
Important

Only ACK clusters running Kubernetes 1.26 and later support this version.

No impact on workloads.

February 2024

VersionImage addressRelease dateDescriptionImpact
v1.28.5-7785921-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.28.5-7785921-aliyun2024-02-29- The maximum number of mountable disks per node is now automatically determined based on instance type.<br>- Optimized the globalmount corruption unmount logic for ossfs running in pods.<br><br>
Important

Only ACK clusters running Kubernetes 1.26 and later support this version.

No impact on workloads.

January 2024

VersionImage addressRelease dateDescriptionImpact
v1.28.3-eb95171-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.28.3-eb95171-aliyun2024-01-31- PL0 Enhanced SSDs (ESSDs) of 1 GiB are now supported.<br>- Metrics for the root file systems of pods can now be exposed.<br><br>
Important

Only ACK clusters running Kubernetes 1.26 and later support this version.

No impact on workloads.
v1.26.7-84a34bb-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.7-84a34bb-aliyun2024-01-31- PL0 ESSDs of 1 GiB are now supported.<br>- Metrics for the root file systems of pods can now be exposed.<br>- ossfs can be deployed in non-containerized mode.<br><br>
Important

This is a backport version for ACK clusters running Kubernetes 1.20–1.24.

No impact on workloads.

December 2023

VersionImage addressRelease dateDescriptionImpact
v1.28.2-52291d4-aliyunregistry-{{.Region}}-vpc.ack.aliyuncs.com/acs/csi-plugin:v1.28.2-52291d4-aliyun2023-12-30- Default NAS setting tcp_slot_table_entries = 128 is now supported. See How do I change the maximum number of concurrent NFS requests?<br>- Fixed an issue that occurred when running ossfs in pods.<br>- Memory cache is no longer allocated to the external-resizer pod, reducing memory usage of the volume plug-in.<br><br>
Important

Only ACK clusters running Kubernetes 1.26 and later support this version.

No impact on workloads. Fixed an issue where the OSS volume mount target was occupied by software such as mlocate. See \[Component notice\] The mount targets of OSS volumes are occupied by default OS software such as mlocate during mount path scanning.
v1.28.1-de1a873-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.28.1-de1a873-aliyun2023-12-06- OSS volumes can now be mounted to pods on confidential computing instances.<br>- StorageClass parameters can be customized on the Add-ons page of the ACK console.<br>- Fixed a disk rate limiting issue.<br><br>
Important

Only ACK clusters running Kubernetes 1.26 and later support this version.<br><br>In csi-plugin 1.28.1, if you run ossfs in pods, the /etc/mime.types file generated on the node using mailcap or mime-support does not take effect. If you rely on this file, do not upgrade csi-plugin to 1.28.1.

No impact on workloads.

November 2023

VersionImage addressRelease dateDescriptionImpact
v1.26.6-26b1327-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.6-26b1327-aliyun2023-11-17ossfs can now run in pods.<br><br>
Important

Only ACK clusters running Kubernetes 1.26 and later support this version.<br><br>In csi-plugin 1.26.6, if you run ossfs in pods, the /etc/mime.types file generated on the node using mailcap or mime-support does not take effect. If you rely on this file, do not upgrade csi-plugin to 1.26.6.

No impact on workloads.

September 2023

VersionImage addressRelease dateDescriptionImpact
v1.26.5-56d1e30-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.5-56d1e30-aliyun2023-09-30- Inventory check can now be skipped when verifying disk types supported by a node.<br>- lifseaOS is supported for OSS.<br>- PVC and PV tags are added to disk volumes by default.<br>- An annotation is available to specify the maximum number of mountable disks per node.<br>- Rescheduling is supported during disk creation.No impact on workloads.

August 2023

VersionImage addressRelease dateDescriptionImpact
v1.26.4-e3de357-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.4-e3de357-aliyun2023-08-31- The maximum number of mountable disks per node is now automatically determined within certain limits.<br>- Fixed an OSS domain name concatenation issue.<br>- Optimized metric collection logic.<br><br>
Important

Upgrade csi-provisioner and csi-plugin to v1.26.4 at the same time.

No impact on workloads.
v1.26.3-796c9dc-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.3-796c9dc-aliyun2023-08-14- Updated the credential retrieval method.<br>- Fixed several NAS issues.<br>- The pprof port can now be configured.No impact on workloads.

July 2023

VersionImage addressRelease dateDescriptionImpact
v1.26.2-9d15537-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.2-9d15537-aliyun2023-07-15- Updated the RPM version of alinas.<br>- Fixed several NAS issues.<br>- ossfs installation can now be retried on failure.No impact on workloads.

May 2023

VersionImage addressRelease dateDescriptionImpact
v1.26.1-e45b407-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.1-e45b407-aliyun2023-05-29Fixed an issue where encrypted disks occasionally failed to mount.No impact on workloads.

April 2023

VersionImage addressRelease dateDescriptionImpact
v1.24.10-7ae4421-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.24.10-7ae4421-aliyun2023-04-12- Local disks of the Loopdevice type are now supported.<br>- Fixed mounting issues on instance types with local NVMe SSDs.No impact on workloads.

March 2023

VersionImage addressRelease dateDescriptionImpact
v1.24.9-74f8490-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.24.9-74f8490-aliyun2023-03-15- Container Network File System (CNFS) observability added to help identify I/O-related issues on NAS clients.<br>- Cluster stability improvements and known issue fixes.No impact on workloads.

February 2023

VersionImage addressRelease dateDescriptionImpact
v1.24.7-48214b0-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.24.7-48214b0-aliyun2023-02-20- Fixed an issue where disk resizing failed when sidecar containers used custom images.<br>- Fixed an issue where ESSD creation failed when multiple performance levels (PLs) were specified.<br>- Base image upgraded to Alibaba Cloud Linux 3.<br><br>
Important

Do not upgrade to this version or later if your cluster has nodes that use CentOS 7.9 images with the xfs file system. The CentOS 7.9 kernel is incompatible with this version and will cause errors on pods with xfs-mounted volumes. Other file systems are not affected.

No impact on workloads.

January 2023

VersionImage addressRelease dateDescriptionImpact
v1.24.5-39a3970-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.24.5-39a3970-aliyun2023-01-30Optimized event notifications to improve user experience.No impact on workloads.

December 2022

VersionImage addressRelease dateDescriptionImpact
v1.24.4-7371f039-aliyunregistry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.24.4-b0a6692-aliyun2022-12-02- Deletion protection for cloud disks is now supported.<br>- Anolis OS is now supported.<br>- Statically provisioned OSS volumes can be mounted to ACK Lingjun managed clusters.<br>- Hot update supported by the CSI caching client.<br>- Improved performance for CI/CD pipelines and data distribution scenarios.No impact on workloads.

October 2022

VersionImage addressRelease dateDescriptionImpact
v1.24.3-55228c1-aliyunregistry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.24.3-55228c1-aliyun2022-10-30- csi-plugin can now be deployed on ECS Bare Metal instances running the Kylin operating system.<br>- Multiple performance levels (PLs) for ESSDs are supported.<br>- Optimized initialization logic.No impact on workloads.

September 2022

VersionImage addressRelease dateDescriptionImpact
v1.24.2-5b34494d-aliyunregistry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.24.2-5b34494d-aliyun2022-09-28- Kubernetes 1.24 is supported.<br>- CNFS supports OSS bucket lifecycle management.<br>- Observability added for the CNFS caching feature.No impact on workloads.
v1.24.1-5c38ee7-aliyunregistry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.24.1-5c38ee7-aliyun2022-09-01Kubernetes 1.24 is supported.No impact on workloads.

August 2022

VersionImage addressRelease dateDescriptionImpact
v1.22.14-820d8870-aliyunregistry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.22.14-820d8870-aliyun2022-08-25- I/O monitoring added when OSS volumes are mounted to pods.<br>- ossfs download optimization: block size increased from 5 MB to 20 MB; concurrent download threads increased from 5 to 20.<br>- All Alibaba Cloud service API calls switched from HTTP to HTTPS.<br>- The ConfigMap for canary release settings in CPFS 2.0 and alinas has been removed.<br>- Snapshots can be created for ESSDs during disk resizing.No impact on workloads.

July 2022

VersionImage addressRelease dateDescriptionImpact
v1.22.12-b797ad9-aliyunregistry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.22.12-b797ad9-aliyun2022-07-28- Snapshots can be created for mountable disks.<br>- Node mount status can be checked after disk unmount to determine whether remounting is needed.No impact on workloads.
v1.22.11-abbb810e-aliyunregistry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.22.11-abbb810e-aliyun2022-07-13- Cloud disks can now be mounted to Edge Node Service (ENS) nodes.<br>- Dynamic and static provisioning for CPFS 2.0 volumes is supported.<br>- CNFS client caching is supported.<br>- Statically provisioned alinas volumes with TLS encryption are supported.<br>- Statically provisioned OSS volumes can be mounted to JindoFS.<br>- ossfs 1.87: fixed an issue where OSS volumes failed to mount due to duplicate entries in concurrent processing.No impact on workloads.

March 2022

VersionImage addressRelease dateDescriptionImpact
v1.22.8-8d3a569-aliyunregistry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.22.8-8d3a569-aliyun2022-03-16- Fixed an issue where ossfs ran with a 1-second delay on Alibaba Cloud Linux 3.<br>- CSI 1.22 features supported for clusters running Kubernetes 1.22.<br>- IOPS and throughput limits can be configured in cgroups for Logical Volume Manager (LVM) volumes.<br>- NVMe disk expansion is supported.<br>- CentOS 7 base image vulnerabilities patched.<br><br>
Important

Requires Kubernetes version later than 1.20.

No impact on workloads.

December 2021

VersionImage addressRelease dateDescriptionImpact
v1.20.8-ba07e52-aliyunregistry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.20.8-ba07e52-aliyun2021-12-22- TLS authentication supported for LVM.<br>- If the quota feature is enabled for a NAS file system and the file system is mounted in subpath mode, disable the quota feature before deleting the PV used to mount the NAS file system.<br><br>
Important

Upgrade csi-provisioner before upgrading csi-plugin.

No impact on workloads.

November 2021

VersionImage addressRelease dateDescriptionImpact
v1.20.7-aafce42-aliyunregistry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.20.7-aafce42-aliyun2021-11-26- Fixed an issue where ossfs could not synchronize data in real time.<br>- Fixed an issue where NAS volumes failed to mount.No impact on workloads.

October 2021

VersionImage addressRelease dateDescriptionImpact
v1.20.6-2be29b1-aliyunregistry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.20.6-2be29b1-aliyun2021-10-29Container OS images are supported.No impact on workloads.

September 2021

VersionImage addressRelease dateDescriptionImpact
v1.20.5-ff6490f-aliyunregistry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.20.5-ff6490f-aliyun2021-09-24- NAS sharepath feature is supported.<br>- Fixed an issue where the component restarted frequently due to unstable etcd.<br>- ARM64 and AMD64 architectures are supported.No impact on workloads.

August 2021

VersionImage addressRelease dateDescriptionImpact
v1.18.8.51-c504ef45-aliyunregistry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.18.8.51-c504ef45-aliyun2021-08-19- Added the recycle bin time parameter to CNFS.<br>- CNFS API version changed from v1alpha1 to v1beta1.<br>- Fixed an issue where ossfs could not synchronize data in real time.<br>- Forcible disk detaching is disabled by default.No impact on workloads.

July 2021

VersionImage addressRelease dateDescriptionImpact
v1.18.8.48-cd524404-aliyunregistry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.18.8.48-cd524404-aliyun2021-07-06- Fixed an issue where NAS file systems could not be expanded using CNFS.<br>- OSS buckets can now be mounted on nodes using the Alibaba Cloud Linux 3 image.No impact on workloads.

June 2021

VersionImage addressRelease dateDescriptionImpact
v1.18.8.47-30ba5d25-aliyunregistry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.18.8.47-30ba5d25-aliyun2021-06-25- The volumeCapacity field removed from NAS volume configurations. Use allowVolumeExpansion to enable the NAS quota feature.<br>- The selflink field removed from NAS volume configurations.No impact on workloads.

May 2021

VersionImage addressRelease dateDescriptionImpact
v1.18.8.47-906bd535-aliyunregistry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.18.8.47-906bd535-aliyun2021-05-20- Disk partitions can be mounted.<br>- Disk partitions can be expanded.<br><br>
Important

Starting from this version, csi-provisioner and csi-plugin share the same image address.

No impact on workloads.

April 2021

VersionImage addressRelease dateDescriptionImpact
v1.6.0-e360c7e43-aliyunregistry.cn-hangzhou.aliyuncs.com/acs/csi-provisioner:v1.6.0-e360c7e43-aliyun2021-04-08- Kubernetes 1.20 is supported. The metadata.selflink field has been removed.<br>- Cluster ID tag is now automatically added to cloud disks.<br>- NAS volumes can be expanded within quota limits.No impact on workloads.

January 2021

VersionImage addressRelease dateDescriptionImpact
v1.6.0-b6f763a43-aliyunregistry.cn-hangzhou.aliyuncs.com/acs/csi-provisioner:v1.6.0-b6f763a43-aliyun2021-01-13- Database File System (DBFS) volumes are supported.<br>- Volume monitoring is enabled by default.<br>- Local volumes of the QuotaPath type are supported.<br>- VolumeSnapshot List is supported.<br>- NAS volumes support quota groups.<br>- Custom disk types are supported.No impact on workloads.

November 2020

VersionImage addressRelease dateDescriptionImpact
v1.6.0-b6f763a43-aliyunregistry.cn-hangzhou.aliyuncs.com/acs/csi-provisioner:v1.6.0-b6f763a43-aliyun2020-11-02- Deployment template updated to merge drivers into one container.<br>- Fixed an issue where volumes for subdirectories in Extreme NAS file systems failed to be created.<br>- Kubernetes 1.18 is supported.<br>- Labels can be added to NAS volumes during creation.No impact on workloads.

August 2020

VersionImage addressRelease dateDescriptionImpact
v1.4.0-aliyunregistry.cn-hangzhou.aliyuncs.com/acs/csi-provisioner:v1.4.0-aliyun2020-08-05- Fixed an issue where snapshots could not be created from disks.<br>- Fixed an issue where dynamic provisioning of NAS volumes failed due to residual data.<br>- Fixed the node check logic for BDF nodes on csi-provisioner startup.<br>- UUIDs can no longer be used to get device paths.No impact on workloads.

July 2020

VersionImage addressRelease dateDescriptionImpact
v1.4.0-aliyunregistry.cn-hangzhou.aliyuncs.com/acs/csi-provisioner:v1.4.0-aliyun2020-07-13- Elastic Block Storage (EBS) snapshot support added. Snapshots can be used to restore data (beta).<br>- Extreme NAS volumes can be created and deleted.<br>- The Config SysConfig parameter for EBS volumes is supported when configuring PVs.<br>- Fixed an issue where block volumes were loaded twice in BDF mode.<br>- EBS and NAS volumes can now access APIs using internal domain names.<br>- CPFS driver upgraded with the kernel dependency removed.No impact on workloads.

April 2020

VersionImage addressRelease dateDescriptionImpact
v1.4.0-aliyunregistry.cn-hangzhou.aliyuncs.com/acs/csi-provisioner:v1.4.0-aliyun2020-04-20- EBS volumes can be unmounted before deletion.<br>- Updated disk creation policy: standard SSDs are created by default; ultra disks are created only when no standard SSD is available.<br>- UUIDs added as a high-priority search option for devices using EBS volumes.<br>- Updated authentication management in ACK managed clusters.<br>- Security Token Service (STS) is supported for connecting to OSS buckets.<br>- Fixed DuplicateMountPoint errors in EBS.<br>- BDF protocol supported for binding EBS volumes after connection.No impact on workloads.

February 2020

VersionImage addressRelease dateDescriptionImpact
v1.4.0-aliyunregistry.cn-hangzhou.aliyuncs.com/acs/csi-provisioner:v1.4.0-aliyun2020-02-18- Kubernetes clusters using CSI without internet access are now supported.<br>- Fixed issues related to mount path checks in EBS.No impact on workloads.

December 2019

VersionImage addressRelease dateDescriptionImpact
v1.2.2-aliyunregistry.cn-hangzhou.aliyuncs.com/acs/csi-provisioner:v1.2.2-aliyun2019-12-20- EBS PV name can now be used as the disk ID (also supported by FlexVolume).<br>- Mounting parameters for EBS volumes can be configured in the MKFS stage.<br>- Mount options can be configured with higher priority than NAS volume attributes.<br>- Mount options for OSS volumes can be validated in OSS connectors.<br>- Subpaths of OSS buckets can be mounted as volumes.<br>- Volume topology can be used to dynamically configure LVM.No impact on workloads.