We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2feaa commit 6b0c714Copy full SHA for 6b0c714
README.md
@@ -73,7 +73,8 @@ Install Snapshot and Volume Group Snapshot CRDs:
73
74
Install Common Snapshot Controller:
75
* Update the namespace to an appropriate value for your environment (e.g. kube-system)
76
-* `kubectl -n kube-system kustomize deploy/kubernetes/snapshot-controller | kubectl create -f -`
+* With the repo cloned locally: `kubectl -n kube-system kustomize deploy/kubernetes/snapshot-controller | kubectl create -f -`
77
+* From the repo remotely: `kubectl -n kube-system kustomize https://github.com/kubernetes-csi/external-snapshotter/deploy/kubernetes/snapshot-controller | kubectl create -f -`
78
* Do this once per cluster
79
80
Install CSI Driver:
0 commit comments