All Products
Search
Document Center

Container Service for Kubernetes:csi-plugin

Last Updated:Mar 26, 2026

csi-plugin is the CSI (Container Storage Interface) implementation for ACK clusters. It mounts and unmounts Alibaba Cloud storage — cloud disks, NAS file systems, and OSS buckets — directly into your cluster workloads. This topic describes the overview, usage notes, and release notes for csi-plugin.

Overview

csi-plugin implements the Container Storage Interface (CSI) standard for Alibaba Cloud. It lets you use cloud disks, File Storage NAS (NAS) file systems, and Object Storage Service (OSS) buckets as persistent volumes in ACK clusters.

When you create an ACK cluster running Kubernetes 1.16 or later, the latest version of csi-plugin is installed automatically. No additional setup is required.

csi-plugin supports the full volume lifecycle:

  • Create volumes

  • Mount volumes to pods

  • Unmount volumes from pods

  • Expand volumes

  • Delete volumes

Supported storage types

Storage type Typical workloads
Cloud disk (block storage) Databases, stateful applications requiring low-latency block I/O
File Storage NAS (NAS) Shared file access across multiple pods, content management
Object Storage Service (OSS) Large-scale unstructured data, model loading, log archival, media files

Usage notes

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

Important
  • csi-plugin 1.22.8-8d3a569-aliyun and later require Kubernetes later than 1.20. For ACK clusters running Kubernetes 1.20 or later, upgrade csi-plugin to 1.24.9-74f8490-aliyun or later to maintain cluster stability.

  • ACK Edge clusters support only NAS volumes.

  • When upgrading csi-plugin, upgrade csi-provisioner to the same version at the same time.

Deprecation notice

The zoneId parameter in StorageClass is deprecated as of June 2025 (v1.33.3). Use allowedTopologies instead.

Version compatibility

Most recent csi-plugin versions require ACK clusters running Kubernetes 1.26 or later. Backport versions are released separately for clusters on Kubernetes 1.20–1.24. Check the Impact column in the release notes for each version's compatibility requirement.

Release notes

January 2026

Version

Image address

Release date

Description

Impact

v1.35.1

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.35.1

2026-01-19

  • New features

    • OSS data prefill via VolumePopulator: preload OSS data into CPFS for Lingjun or cloud disk volumes before application startup. This significantly reduces the initialization time of data-intensive applications. See Prefill OSS data on demand to high-performance volumes.

    • Cloud disks can be mounted on Lingjun nodes.

  • Optimizations

No impact on running services.

November 2025

Version

Image address

Release date

Description

Impact

v1.34.3

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.34.3

2025-11-30

  • New features

    • Cloud disks can be created from snapshots using the erofs file system.

    • Existing filesets can be used within CPFS for Lingjun file systems.

    • Cross-zone network switching is available for CPFS for Lingjun volumes.

    • Health status is monitored for OSS volume mount points.

  • Optimization

    • ossfs 2.0 upgraded to v2.0.4 with ARM64 support and improved monitoring metrics.

  • Bug fix

    • Fixed an occasional segmentation fault in ossfs 1.0 caused by libfuse2 mishandling empty path requests.

No impact on running services.

October 2025

Version

Image address

Release date

Description

Impact

v1.26.14-e9322a6-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.14-e9322a6-aliyun

2025-10-17

This version is in canary release.

Known issues are fixed.

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

Version

Image address

Release date

Description

Impact

v1.34.1

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.34.1

2025-09-30

  • ossfs 2.0 now exposes metrics.

  • ossfs 1.0 upgraded to version 1.91.8.

  • Automatic network type switching is available for Cloud Parallel File Storage (CPFS) for Lingjun volumes.

No impact on online services when installing or upgrading components.

August 2025

Version

Image address

Release date

Description

Impact

v1.33.4-576836c-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.33.4-576836c-aliyun

2025-08-15

  • Fixed a concurrency issue in CPFS.

  • ossfs 1.0 updated to version 1.91.7.

  • ossfs 2.0 updated to v2.0.2 beta. RAM Roles for Service Accounts (RRSA) authentication is now available on ACK.

  • Regional ESSD is generally available (GA), including force-attach support in disaster recovery scenarios and automatic discovery of nodes that support this disk type.

  • Fixed a bug that caused some capacity metrics to be hidden.

No impact on online services when installing or upgrading components.

June 2025

Version

Image address

Release date

Description

Impact

v1.33.3-884df97-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.33.3-884df97-aliyun

2025-06-27

  • Containerized mounting of Elastic File Client (EFC) and CPFS is supported.

  • ossfs 2.0 can now output logs to stdout.

  • ossfs 2.0 updated to v2.0.1 beta.

  • Security hardening mode for instance metadata is supported.

  • The zoneId parameter in StorageClass is deprecated. Use allowedTopologies instead.

No impact on online services when installing or upgrading components.

May 2025

Version

Image address

Release date

Description

Impact

v1.33.1-67e8986-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.33.1-67e8986-aliyun

2025-05-20

  • ossfs 2.0 is now supported.

  • The default OpenAPI domain name for Elastic Compute Service (ECS) is updated.

No impact on online services when installing or upgrading components.

Faster disk mounting and unmounting in concurrent scenarios may increase cluster resource usage:

  • The csi-provisioner client throttle limit increases from 25 to 100, and the thread count increases from 16 to 32.

  • API server resource usage increases slightly when many Persistent Volume Claims (PVCs) and Persistent Volumes (PVs) are in use.

  • csi-provisioner resource usage increases slightly when many PVCs and PVs are in use.

Important

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

March 2025

Version

Image address

Release date

Description

Impact

v1.32.2-757e24b-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.32.2-757e24b-aliyun

2025-03-30

  • Fixed an issue with elastic ephemeral disks (EEDs) used in serverless computing.

  • Optimized the logic for modifying cloud disk types on ECS nodes.

No impact on workloads.

Important

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

v1.26.12-b479bab-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.12-b479bab-aliyun

2025-03-23

  • Reduced runtime dependency on the ECS metadata server.

  • Removed the auto-snapshot feature during scaling.

  • OSS endpoints matching vpc100-xxx are no longer modified automatically.

  • Reduced the number of DescribeDisks API calls when a disk is mounted at the central side.

  • Prevented concurrent operations on the same cloud disk.

No impact on workloads.

Important

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

January 2025

Version

Image address

Release date

Description

Impact

v1.32.1-35c87ee-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.32.1-35c87ee-aliyun

2025-01-03

  • Optimized ECS API access, accelerated disk mount and unmount, and reduced the component image size.

  • ossfs upgraded to 1.91.5:

    • Fixed mount failure when mounting non-existent subdirectories due to missing root path / permissions.

    • Fixed unexpected behavior when mounting a bucket prefix / under specific policy settings.

    • Fixed ossfs incorrectly treating files as existing when HeadObject returns a 403 error.

    • The default value of complement_stat is now true, reducing cases where folders are misidentified as files.

    • Added the free_space_ratio parameter.

No impact on online services when installing or upgrading components.

Faster disk mounting and unmounting in concurrent scenarios may increase cluster resource usage:

  • The csi-provisioner client throttle limit increases from 5 to 10, and the thread count increases from 10 to 16.

  • API server resource usage increases slightly when many PVCs and PVs are in use.

  • csi-provisioner resource usage increases slightly when many PVCs and PVs are in use.

Important

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

December 2024

Version

Image address

Release date

Description

Impact

v1.31.4-9819c8b-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.31.4-9819c8b-aliyun

2024-12-01

  • Fixed vulnerabilities in the base image and Go runtime.

  • Added validation for the FeatureGate field.

  • Fixed an issue that could occur when expanding a partition.

No impact on workloads.

Important

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

November 2024

Version

Image address

Release date

Description

Impact

v1.26.11-b093aed-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.11-b093aed-aliyun

2024-11-01

  • Fixed NAS metrics and added byte-precision metrics.

  • Added the forceDelete field for forcibly deleting disk snapshots.

  • Enabled instant access for disk snapshots by default.

No impact on workloads.

Important

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

October 2024

Version

Image address

Release date

Description

Impact

v1.31.3-df937b8-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.31.3-df937b8-aliyun

2024-10-30

  • Fixed an issue where OSS volumes failed to mount during node auto-repair.

  • Accelerated disk mount and unmount.

  • Added support for the ECS metadata server security hardening mode in CSI.

  • ossfs upgraded to 1.91.4:

    • Fixed an occasional deadlock when disk resources are insufficient.

    • Fixed custom MIME types not being applied correctly.

No impact on online services when installing or upgrading components.

Faster disk mounting and unmounting in concurrent scenarios may increase cluster resource usage:

  • The csi-provisioner client throttle limit increases from 5 to 10, and the thread count increases from 10 to 16.

  • API server resource usage increases slightly when many PVCs and PVs are in use.

  • csi-provisioner resource usage increases slightly when many PVCs and PVs are in use.

Important

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

September 2024

Version

Image address

Release date

Description

Impact

v1.31.1-e749bf2-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.31.1-e749bf2-aliyun

2024-09-23

  • Disk mounting to ECS instances is now supported in ACK Lingjun clusters, ACK Edge clusters, and ACK One.

  • Managed csi-provisioner is now supported in ACK managed clusters.

  • Elastic ephemeral disks (EEDs) are now supported.

  • Cross-regional disks are now supported.

  • The OSS monitoring dashboard is updated.

No impact on workloads.

Important

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

v1.26.10-ca674a3-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.10-ca674a3-aliyun

2024-09-12

  • Fixed an idempotency issue that could occur when retrying disk creation.

  • Residual mount directories from Kubernetes 1.22 and earlier are now removed automatically.

No impact on workloads.

Important

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

August 2024

Version

Image address

Release date

Description

Impact

v1.30.4-fe12624-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.30.4-fe12624-aliyun

2024-08-29

  • ossfs default version upgraded to 1.91 with an optimized OSS mounting process.

  • The DiskParallelAttach feature can be enabled for concurrent cloud disk mounting.

This upgrade optimizes the OSS mounting process. For details, see [Product changes] Version upgrade and mounting process optimization of ossfs in CSI.

Important

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

July 2024

Version

Image address

Release date

Description

Impact

v1.30.3-921e63a-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.30.3-921e63a-aliyun

2024-07-01

  • Ubuntu nodes are now supported.

  • NAS file systems can be mounted on Alibaba Cloud Linux 3 using Transport Layer Security (TLS).

  • Fixed an occasional failure to format encrypted disks.

No impact on workloads.

Important

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

v1.26.9-9942088-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.9-9942088-aliyun

2024-07-01

Optimized the mount retry logic for NAS and CPFS-NFS.

No impact on workloads.

Important

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

May 2024

Version

Image address

Release date

Description

Impact

v1.30.1-98960d8-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.30.1-98960d8-aliyun

2024-05-27

Feature gates can be configured to specify a new ossfs version.

No impact on workloads.

Important

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

v1.26.8-e724570-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.8-e724570-aliyun

2024-05-07

No impact on workloads.

Important

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

April 2024

Version

Image address

Release date

Description

Impact

v1.28.6-01f3845-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.28.6-01f3845-aliyun

2024-04-15

  • Role-based access control (RBAC) permissions are split: csi-provisioner and csi-plugin permissions are now separate.

  • RRSA authentication is now supported for ossfs.

  • NAS access points are now supported.

No impact on workloads.

Important

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

February 2024

Version

Image address

Release date

Description

Impact

v1.28.5-7785921-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.28.5-7785921-aliyun

2024-02-29

  • The maximum number of disks that can be mounted to a node is now determined automatically based on the node type.

  • Optimized the globalmount corruption unmount logic when running ossfs in pods.

No impact on workloads.

Important

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

January 2024

Version

Image address

Release date

Description

Impact

v1.28.3-eb95171-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.28.3-eb95171-aliyun

2024-01-31

  • PL-0 ESSDs of 1 GiB are now supported.

  • Metrics for pod root file systems can now be exposed.

No impact on workloads.

Important

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

v1.26.7-84a34bb-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.7-84a34bb-aliyun

2024-01-31

  • PL0 ESSDs of 1 GiB are now supported.

  • Metrics for pod root file systems can now be exposed.

  • ossfs can now be deployed in non-containerized mode.

No impact on workloads.

Important

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

December 2023

Version

Image address

Release date

Description

Impact

v1.28.2-52291d4-aliyun

registry-{{.Region}}-vpc.ack.aliyuncs.com/acs/csi-plugin:v1.28.2-52291d4-aliyun

2023-12-30

No impact on workloads. Fixed an issue where OSS volume mount targets were occupied by software such as mlocate. For details, see [Component notice] The mount targets of OSS volumes are occupied by default OS software such as mlocate during mount path scanning.

Important

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

v1.28.1-de1a873-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.28.1-de1a873-aliyun

2023-12-06

  • OSS volumes can now be mounted to pods on confidential computing instances.

  • StorageClass parameters can be customized on the Add-ons page of the ACK console.

  • Fixed the disk rate limiting issue.

No impact on workloads.

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

  • In csi-plugin 1.28.1, the /etc/mime.types file generated on the node by mailcap or mime-support does not take effect when running ossfs in pods. If you rely on this file, do not upgrade to csi-plugin 1.28.1.

November 2023

Version

Image address

Release date

Description

Impact

v1.26.6-26b1327-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.6-26b1327-aliyun

2023-11-17

ossfs can now run in pods.

No impact on workloads.

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

  • In csi-plugin 1.26.6, the /etc/mime.types file generated on the node by mailcap or mime-support does not take effect when running ossfs in pods. If you rely on this file, do not upgrade to csi-plugin 1.26.6.

September 2023

Version

Image address

Release date

Description

Impact

v1.26.5-56d1e30-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.5-56d1e30-aliyun

2023-09-30

  • Inventory check can be skipped when detecting disk types supported by a node.

  • lifseaOS is now supported for OSS.

  • PVC and PV tags are added to disk volumes by default.

  • An annotation can be added to specify the maximum number of disks mountable to a node.

  • Rescheduling is supported during disk creation.

No impact on workloads.

<br />

August 2023

Important

To upgrade to csi-plugin 1.26.4, upgrade both csi-provisioner and csi-plugin to 1.26.4 at the same time.

Version

Image address

Release date

Description

Impact

v1.26.4-e3de357-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.4-e3de357-aliyun

2023-08-31

  • The maximum number of disks mountable to a node is now determined automatically within defined limits.

  • Fixed the OSS domain name concatenation issue.

  • Optimized the metric collection logic.

No impact on workloads.

v1.26.3-796c9dc-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.3-796c9dc-aliyun

2023-08-14

  • Updated the method used to obtain credentials.

  • Fixed several NAS issues.

  • The pprof port can now be specified.

July 2023

Version

Image address

Release date

Description

Impact

v1.26.2-9d15537-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.2-9d15537-aliyun

2023-07-15

  • Updated the RPM Package Manager (RPM) version of alinas.

  • Fixed several NAS issues.

  • ossfs installation can now be retried automatically.

No impact on workloads.

May 2023

Version

Image address

Release date

Description

Impact

v1.26.1-e45b407-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.26.1-e45b407-aliyun

2023-05-29

Fixed an occasional failure to mount encrypted disks.

No impact on workloads.

April 2023

Version

Image address

Release date

Description

Impact

v1.24.10-7ae4421-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.24.10-7ae4421-aliyun

2023-04-12

  • Local disks of the Loopdevice type are now supported.

  • Fixed mounting issues for instance types with local NVMe SSDs.

No impact on workloads.

March 2023

Version

Image address

Release date

Description

Impact

v1.24.9-74f8490-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.24.9-74f8490-aliyun

2023-03-15

  • Container Network File System (CNFS) observability can be used to identify NAS client I/O issues.

  • Improved cluster stability and fixed known issues.

No impact on workloads.

February 2023

Important

If your cluster has nodes running CentOS 7.9 with the XFS file system, do not upgrade to this version or later. The CentOS 7.9 kernel is no longer compatible with this version of csi-plugin, and pods using XFS volumes will encounter errors. Other file systems are not affected.

Version

Image address

Release date

Description

Impact

v1.24.7-48214b0-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.24.7-48214b0-aliyun

2023-02-20

  • Fixed disk resizing failures that occurred when sidecar containers used custom images.

  • Fixed ESSD creation failures caused by specifying multiple performance levels (PLs).

  • Base image upgraded to Alibaba Cloud Linux 3.

No impact on workloads.

January 2023

Version

Image address

Release date

Description

Impact

v1.24.5-39a3970-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.24.5-39a3970-aliyun

2023-01-30

Optimized event notifications to improve user experience.

No impact on workloads.

December 2022

Version

Image address

Release date

Description

Impact

v1.24.4-7371f039-aliyun

registry-vpc.{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.24.4-b0a6692-aliyun

2022-12-02

  • Deletion protection is now supported for disks.

  • Anolis OS is now supported.

  • Statically provisioned OSS volumes can be mounted to ACK Lingjun managed clusters.

  • Hot update is now supported by the CSI caching client.

  • Improved CI/CD pipeline and data distribution performance.

No impact on workloads.

October 2022

Version

Image address

Release date

Description

Impact

v1.24.3-55228c1-aliyun

registry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.24.3-55228c1-aliyun

2022-10-30

  • csi-plugin can now be deployed on ECS Bare Metal instances running the Kylin operating system.

  • Multiple performance levels (PLs) are now supported.

  • Optimized the initialization logic.

No impact on workloads.

September 2022

Version

Image address

Release date

Description

Impact

v1.24.2-5b34494d-aliyun

registry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.24.2-5b34494d-aliyun

2022-09-28

  • Kubernetes 1.24 is now supported.

  • OSS bucket lifecycle management via CNFS is now supported.

  • Observability for the CNFS caching feature is now supported.

No impact on workloads.

v1.24.1-5c38ee7-aliyun

registry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.24.1-5c38ee7-aliyun

2022-09-01

Kubernetes 1.24 is now supported.

No impact on workloads.

August 2022

Version

Image address

Release date

Description

Impact

v1.22.14-820d8870-aliyun

registry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.22.14-820d8870-aliyun

2022-08-25

  • I/O operation monitoring is now supported when OSS volumes are mounted to pods.

  • ossfs large file download is optimized: default block size changed from 5 MB to 20 MB, and concurrent download threads increased from 5 to 20.

  • All Alibaba Cloud service API calls now use HTTPS instead of HTTP.

  • The ConfigMap used for canary release settings is removed from CPFS 2.0 and alinas.

  • Snapshots can now be created for ESSDs during disk resizing.

No impact on workloads.

July 2022

Version

Image address

Release date

Description

Impact

v1.22.12-b797ad9-aliyun

registry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.22.12-b797ad9-aliyun

2022-07-28

  • Snapshots can now be created for mountable disks.

  • After a disk is unmounted, the status of the node the disk was mounted to is checked. This status determines whether to recheck the node's mount status.

No impact on workloads.

v1.22.11-abbb810e-aliyun

registry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.22.11-abbb810e-aliyun

2022-07-13

  • Disks can now be mounted to Edge Node Service (ENS) nodes.

  • Dynamic and static provisioning of CPFS 2.0 volumes is now supported.

  • The CNFS client caching feature is now supported.

  • Static alinas volumes are now supported with TLS encrypted transmission.

  • Statically provisioned OSS volumes can now be mounted to JindoFS.

  • ossfs 1.87 released: fixed an issue where OSS volumes failed to mount due to duplicate entries in concurrent processing scenarios.

No impact on workloads.

March 2022

Important

csi-plugin 1.22.8-8d3a569-aliyun and later require Kubernetes later than 1.20.

Version

Image address

Release date

Description

Impact

v1.22.8-8d3a569-aliyun

registry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.22.8-8d3a569-aliyun

2022-03-16

  • Fixed the issue where ossfs ran with a 1-second delay on Alibaba Cloud Linux 3.

  • New CSI 1.22 features are supported for clusters running Kubernetes 1.22.

  • IOPS and throughput limits can now be specified in cgroups for Logical Volume Manager (LVM) volumes.

  • NVMe disk expansion is now supported.

  • Patched vulnerabilities in the CentOS 7 base image.

No impact on workloads.

December 2021

Important

When upgrading the CSI plugin, upgrade csi-provisioner before csi-plugin.

Version

Image address

Release date

Description

Impact

v1.20.8-ba07e52-aliyun

registry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.20.8-ba07e52-aliyun

2021-12-22

  • TLS authentication is now supported for LVM.

  • 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.

No impact on workloads.

November 2021

Version

Image address

Release date

Description

Impact

v1.20.7-aafce42-aliyun

registry.cn-{{regionID}}.aliyuncs.com/acs/csi-plugin:v1.20.7-aafce42-aliyun

2021-11-26

  • Fixed an issue where ossfs could not synchronize data in real time.

  • Fixed an issue where NAS volumes failed to mount.

No impact on workloads.

October 2021

Version

Image address

Release date

Description

Impact

v1.20.6-2be29b1-aliyun

registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.20.6-2be29b1-aliyun

2021-10-29

ContainerOS-based images are now supported.

No impact on workloads.

September 2021

Version

Image address

Release date

Description

Impact

v1.20.5-ff6490f-aliyun

registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.20.5-ff6490f-aliyun

2021-09-24

  • The NAS sharepath feature is now supported.

  • When the quota feature is enabled in NAS, automatic expansion and storage monitoring are now supported.

  • ARM64 and AMD64 architectures are now supported.

No impact on workloads.

August 2021

Version

Image address

Release date

Description

Impact

v1.18.8.51-c504ef45-aliyun

registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.18.8.51-c504ef45-aliyun

2021-08-19

  • Added the recycle bin time parameter to CNFS.

  • The CNFS API version is updated from v1alpha1 to v1beta1.

  • Fixed an issue where ossfs could not synchronize data in real time.

  • The force detach disk option is now disabled by default.

No impact on workloads.

July 2021

Version

Image address

Release date

Description

Impact

v1.18.8.47-06405694-aliyun

registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.18.8.47-06405694-aliyun

2021-07-06

  • Fixed an issue where NAS file systems could not be expanded via CNFS.

  • OSS buckets can now be mounted to nodes running Alibaba Cloud Linux 3.

No impact on workloads.

June 2021

Version

Image address

Release date

Description

Impact

v1.18.8.47-30ba5d25-aliyun

registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.18.8.47-30ba5d25-aliyun

2021-06-25

  • PVs can now be created via CNFS.

  • VolumeSnapshots, VolumeSnapshotClasses, and VolumeSnapshotContents now support both snapshot.storage.k8s.io/v1 and snapshot.storage.k8s.io/v1beta1 API versions. Upgrade to snapshot.storage.k8s.io/v1 as soon as possible.

  • csi-snapshotter and snapshot-controller updated to v4.0.0.

  • Fixed an occasional token expiry during the ListSnapshot operation.

No impact on workloads.

May 2021

Version

Image address

Release date

Description

Impact

v1.18.8.47-906bd535-aliyun

registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.18.8.47-906bd535-aliyun

2021-05-20

  • Disk partitions can now be mounted.

  • Disk partitions can now be expanded.

No impact on workloads.

April 2021

Version

Image address

Release date

Description

Impact

v1.18.8.46-afb19e46-aliyun

registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.18.8.46-afb19e46-aliyun

2021-04-08

  • NAS monitoring is now supported.

  • Disks are now supported in the China (Qingdao) region.

No impact on workloads.

January 2021

Version

Image address

Release date

Description

Impact

v1.18.8.45-1c5d2cd1-aliyun

registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.18.8.45-1c5d2cd1-aliyun

2021-01-13

  • Volume monitoring is now enabled by default.

  • The VolumeSnapshot List feature is now supported.

  • Quota groups are now supported for NAS volumes.

  • Custom disk types are now supported.

No impact on workloads.

November 2020

Version

Image address

Release date

Description

Impact

v1.16.9.43-f36bb540-aliyun

registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.16.9.43-f36bb540-aliyun

2020-11-02

  • Updated the deployment template to consolidate all drivers into a single container.

  • Fixed an issue where volumes for Extreme NAS file system subdirectories failed to be created.

  • Kubernetes 1.18 is now supported.

  • Labels can now be added to NAS volumes during creation.

No impact on workloads.

August 2020

Version

Image address

Release date

Description

Impact

v1.14.8.41-9efe2ede-aliyun

registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.14.8.41-9efe2ede-aliyun

2020-08-05

  • Fixed an issue where snapshots could not be created from disks.

  • Fixed dynamic NAS volume provisioning failures caused by residual data.

  • Fixed the BDF node inspection logic on csi-plugin startup.

  • UUIDs can no longer be used to obtain device paths.

No impact on workloads.

July 2020

Version

Image address

Release date

Description

Impact

v1.14.8.40-146fd1d8-aliyun

registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.14.8.40-146fd1d8-aliyun

2020-07-13

  • Elastic Block Storage (EBS) snapshots are now supported. Data can be restored from EBS snapshots (beta).

  • Extreme NAS volumes can now be created and deleted.

  • The Config SysConfig parameter for EBS volumes is now supported when configuring PVs.

  • Fixed an issue where block volumes were loaded twice in BDF mode.

  • EBS and NAS volumes can now access APIs via internal domain names.

  • Upgraded the CPFS driver and removed the kernel dependency.

No impact on workloads.

April 2020

Version

Image address

Release date

Description

Impact

v1.14.8.38-fe611ad1-aliyun

registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.14.8.38-fe611ad1-aliyun

2020-04-20

  • EBS volumes can now be unmounted before deletion.

  • Updated the disk creation policy: standard SSDs are created in preference to ultra disks; ultra disks are created only when no standard SSD is available.

  • UUID is now a high-priority search option for finding devices that use EBS volumes.

  • Updated authentication management in ACK managed clusters.

  • Security Token Service (STS) is now supported for connecting to OSS buckets.

  • Fixed DuplicateMountPoint errors in EBS.

  • The BDF protocol is now supported for binding EBS volumes after connection.

No impact on workloads.

March 2020

Version

Image address

Release date

Description

Impact

v1.14.8.36-93f2b131-aliyun

registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.14.8.36-93f2b131-aliyun

2020-03-14

  • ossfs now supports Key Management Service (KMS) and Bring Your Own Key (BYOK).

  • Kubernetes 1.16 is now supported.

  • EBS volumes can now be connected via the controller server.

  • EBS metric values can now be retrieved.

No impact on workloads.

February 2020

Version

Image address

Release date

Description

Impact

v1.14.8.37-aae7f495-aliyun

registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.14.8.37-aae7f495-aliyun

2020-02-18

  • Kubernetes clusters using CSI in air-gapped (no internet access) environments are now supported.

  • Fixed mount path check issues in EBS.

No impact on workloads.

December 2019

Version

Image address

Release date

Description

Impact

v1.14.8.32-c77e277b-aliyun

registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.14.8.32-c77e277b-aliyun

2019-12-20

  • EBS PV names can now be used as disk IDs (also supported by FlexVolume).

  • Mounting parameters can now be configured for EBS volumes at the make file system (MKFS) stage.

  • Mount options for NAS volumes can now take higher priority than volume attributes.

  • Mount options for OSS volumes can now be validated in OSS connectors.

  • Subpaths of OSS buckets can now be mounted as volumes.

  • Volume topology can now be used to dynamically configure Logical Volume Manager (LVM).

No impact on workloads.

v1.14.5.60-5318afe-aliyun

registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.14.5.60-5318afe-aliyun

2019-12-20

  • The mounted subpath and file system type can now be configured for NAS volumes.

  • Labels can now be added to disk volumes during configuration.

  • Multiple regions can be configured in StorageClass for disk volumes in multi-region clusters.

  • KMS-based authentication can now be configured for disk volumes.

  • Disk volume expansion is now supported (internal preview).

  • Topology awareness is now supported for disk volumes.

No impact on workloads.