All Products
Search
Document Center

Container Service for Kubernetes:Install and upgrade csi-provisioner

Last Updated:Jun 23, 2026

The csi-provisioner add-on provisions cloud disk volumes in ASK clusters. Use this topic to install and upgrade the add-on.

Prerequisites

Verify that:

Install csi-provisioner

  1. Install csi-provisioner from the Manage system components page. See Manage system components.

  2. Verify the installation:

    kubectl get pod -n kube-system | grep csi-provisioner

    Expected output:

    NAME              READY   STATUS     RESTARTS   AGE
    csi-provisioner   1/1     Running    0          14d

    A Running pod confirms successful installation.

Update csi-provisioner

  1. Find the target version in the csi-provisioner release notes.

  2. Update the image address in the csi-provisioner YAML template to the target version.

  3. Verify the update:

    kubectl get pod -n kube-system | grep csi-provisioner

    Confirm the pod is in the Running state before proceeding.