Skip to content

Commit

Permalink
Update csi-debug.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored Jun 23, 2021
1 parent 7f51e44 commit 54a126a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/csi-debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,15 @@ $ kubectl logs csi-azuredisk-node-cvgbs -c azuredisk -n kube-system > csi-azured
```

#### Update driver version quickly by editting driver deployment directly
- update controller deployment
```console
kubectl edit deployment csi-azuredisk-controller -n kube-system
```
and then change below deployment config, e.g.
- update daemonset deployment
```console
kubectl edit ds csi-azuredisk-node -n kube-system
```
change below deployment config, e.g.
```console
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.5.0
imagePullPolicy: Always
Expand Down

0 comments on commit 54a126a

Please sign in to comment.