File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ Cloud Foundry. Feel free to test it on other COs and give us feedback.
1313``` shell
1414# Add a cloudscale.ch API token as secret, replace the placeholder string starting with `a05...` with your own secret
1515$ kubectl -n kube-system create secret generic cloudscale --from-literal=access-token=a05dd2f26b9b9ac2asdas__REPLACE_ME____123cb5d1ec17513e06da
16+ # If your cluster does not already provide them, install VolumeSnapshot CRDs and snapshot controller
17+ kubectl apply -k https://github.com/kubernetes-csi/external-snapshotter/client/config/crd? ref=v8.4.0
18+ kubectl apply -k https://github.com/kubernetes-csi/external-snapshotter/deploy/kubernetes/snapshot-controller? ref=v8.4.0
1619# Add repository
1720$ helm repo add csi-cloudscale https://cloudscale-ch.github.io/csi-cloudscale
1821# Install driver
You can’t perform that action at this time.
0 commit comments