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:
-
An ASK cluster is created.
-
kubectl is connected to your cluster.
Install csi-provisioner
-
Install csi-provisioner from the Manage system components page. See Manage system components.
-
Verify the installation:
kubectl get pod -n kube-system | grep csi-provisionerExpected output:
NAME READY STATUS RESTARTS AGE csi-provisioner 1/1 Running 0 14dA
Runningpod confirms successful installation.
Update csi-provisioner
-
Find the target version in the csi-provisioner release notes.
-
Update the image address in the csi-provisioner YAML template to the target version.
-
Verify the update:
kubectl get pod -n kube-system | grep csi-provisionerConfirm the pod is in the
Runningstate before proceeding.