Commit 696beff 1 parent 9e45d9a commit 696beff Copy full SHA for 696beff
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Install by kubectl
4
4
``` console
5
- curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/master /deploy/install-driver.sh | bash -s v0.6.0 --
5
+ curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/v0.6.0 /deploy/install-driver.sh | bash -s v0.6.0 --
6
6
```
7
7
8
8
- check pods status:
@@ -22,5 +22,5 @@ csi-azurefile-node-dr4s4 3/3 Running 0 7m4
22
22
23
23
### clean up Azure File CSI driver
24
24
``` console
25
- curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/master /deploy/uninstall-driver.sh | bash -s --
25
+ curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/v0.6.0 /deploy/uninstall-driver.sh | bash -s --
26
26
```
You can’t perform that action at this time.
0 commit comments