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
2929 ``` shell
3030 kubectl create secret generic oci-volume-provisioner \
3131 -n kube-system \
32- --from-file=cloud-provider .yaml=cloud-provider-example.yaml
32+ --from-file=config .yaml=cloud-provider-example.yaml
3333 ```
3434
3535### Install CSI Drivers
@@ -51,7 +51,7 @@ allow dynamic-group [your dynamic group name] to manage volume-family in compart
5151 curl -L h" ttps://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION} /oci-csi-node-driver.yaml" -o
5252 oci-csi-node-driver.yaml
5353
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
5555 ```
5656
57575 . Create the RBAC rules:
You can’t perform that action at this time.
0 commit comments