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 @@ -29,7 +29,7 @@ allow dynamic-group [your dynamic group name] to manage volume-family in compart
29
29
``` shell
30
30
kubectl create secret generic oci-volume-provisioner \
31
31
-n kube-system \
32
- --from-file=cloud-provider .yaml=cloud-provider-example.yaml
32
+ --from-file=config .yaml=cloud-provider-example.yaml
33
33
```
34
34
35
35
### Install CSI Drivers
@@ -51,7 +51,7 @@ allow dynamic-group [your dynamic group name] to manage volume-family in compart
51
51
curl -L h" ttps://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION} /oci-csi-node-driver.yaml" -o
52
52
oci-csi-node-driver.yaml
53
53
54
- curl -L curl -L https://raw.githubusercontent.com/oracle/oci-cloud-controller-manager/master/manifests/container-storage-interface/storage-class.yaml -o storage-class.yaml
54
+ curl -L https://raw.githubusercontent.com/oracle/oci-cloud-controller-manager/master/manifests/container-storage-interface/storage-class.yaml -o storage-class.yaml
55
55
```
56
56
57
57
5 . Create the RBAC rules:
You can’t perform that action at this time.
0 commit comments