Skip to content

Commit eb9982d

Browse files
committed
add CRDs and snapshot controller to tldr installation instructions
1 parent 30697c8 commit eb9982d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)