File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ $ make push_image
39
39
#### Step 1: Create Kodo CSI Plugin
40
40
41
41
``` 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
43
43
```
44
44
45
45
> 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.
152
152
#### Step 1: Create KodoFS CSI Plugin
153
153
154
154
``` 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
156
156
```
157
157
158
158
> Note: The plugin log style can be configured by environment variable: LOG_TYPE.
You can’t perform that action at this time.
0 commit comments