Skip to content
Open
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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 -`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

@anisurrahman75 anisurrahman75 Aug 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xing-yang, This path contains a kustomization.yaml file, so kubectl kustomize can fetch and build it remotely, similar to the CRD and CSI driver examples.

* Do this once per cluster

Install CSI Driver:
Expand Down