Skip to content

Commit 6b0c714

Browse files
docs: add remote install method for snapshot-controller
Signed-off-by: Anisur Rahman <anisur@appscode.com>
1 parent 6b2feaa commit 6b0c714

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ Install Snapshot and Volume Group Snapshot CRDs:
7373

7474
Install Common Snapshot Controller:
7575
* 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 -`
76+
* 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 -`
7778
* Do this once per cluster
7879

7980
Install CSI Driver:

0 commit comments

Comments
 (0)