Closed Ma-Dan closed 4 years ago
Qingcloud-csi's documentation can be refered to for update qingcloud-csi. https://github.com/yunify/qingcloud-csi
Run the following commands to upgrade Qingcloud CSI manually
git clone https://github.com/yunify/qingcloud-csi.git
cd qingcloud-csi/
git checkout v1.1.1
kubectl delete -f deploy/disk/kubernetes/releases/qingcloud-csi-disk-v1.1.1.yaml
kubectl delete sc csi-qingcloud
helm repo add test https://charts.kubesphere.io/test
helm install test/csi-qingcloud --name-template csi-qingcloud --namespace kube-system \
--set config.qy_access_key_id=KEY,config.qy_secret_access_key=SECRET,config.zone=ZONE,sc.type=2
/kind need-to-verify
Manual qingcloud-csi upgrading verified
Install KS2.1.1 will install old version of Qingcloud CSI, upgraded with kk to KS 3.0.0, Qingcloud CSI is not upgraded, this will result to user creation ReadWriteMany(RWX) volume pending in KS 3.0.0