Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add command line on README.md to install snapshot controller from the…
… repo remotely
  • Loading branch information
vinybk authored Sep 13, 2025
commit f732eba025d45b4cde5e99166fffc97545bed5f9
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ Install Snapshot and Volume Group Snapshot CRDs:

Install Common Snapshot Controller:
* Update the namespace to an appropriate value for your environment (e.g. kube-system)
* `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 -`
* From the repo remotely: `kubectl -n kube-system kustomize https://github.com/kubernetes-csi/external-snapshotter/deploy/kubernetes/snapshot-controller | kubectl create -f -`
* Do this once per cluster

Install CSI Driver:
Expand Down