Skip to content

Commit 696beff

Browse files
committed
doc: change to v0.6.0 version
1 parent 9e45d9a commit 696beff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install-csi-driver-v0.6.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Install by kubectl
44
```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 --
66
```
77

88
- check pods status:
@@ -22,5 +22,5 @@ csi-azurefile-node-dr4s4 3/3 Running 0 7m4
2222

2323
### clean up Azure File CSI driver
2424
```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 --
2626
```

0 commit comments

Comments
 (0)