Skip to content

Commit 11068ce

Browse files
authored
Merge pull request #13 from YangSen-qn/master
version to 0.2.0
2 parents db71af4 + d1722d7 commit 11068ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ make push_image
3939
#### Step 1: Create Kodo CSI Plugin
4040

4141
```sh
42-
$ kubectl create -f https://github.com/qiniu/kubernetes-csi-driver/releases/download/v0.1.3/kodo-plugin.yaml
42+
$ kubectl create -f https://github.com/qiniu/kubernetes-csi-driver/releases/download/v0.2.0/kodo-plugin.yaml
4343
```
4444

4545
> Note: The plugin log style can be configured by environment variable: LOG_TYPE.
@@ -152,7 +152,7 @@ This mode should support all normal file system operations.
152152
#### Step 1: Create KodoFS CSI Plugin
153153

154154
```sh
155-
$ kubectl create -f https://github.com/qiniu/kubernetes-csi-driver/releases/download/v0.1.3/kodofs-plugin.yaml
155+
$ kubectl create -f https://github.com/qiniu/kubernetes-csi-driver/releases/download/v0.2.0/kodofs-plugin.yaml
156156
```
157157

158158
> Note: The plugin log style can be configured by environment variable: LOG_TYPE.

0 commit comments

Comments
 (0)