Skip to content

Commit

Permalink
Adding Readme Helm Chart info
Browse files Browse the repository at this point in the history
  • Loading branch information
kaskol10 committed Dec 1, 2021
1 parent ae977de commit c3a8271
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,20 @@ Install Common Snapshot Controller:
* kubectl -n kube-system kustomize deploy/kubernetes/snapshot-controller | kubectl create -f -
* Do this once per cluster

Alternatively, you could also install the snapshot-controller using Helm:

Add the snapshot-controller Helm repository:
```sh
helm repo add snapshot-controller https://github.com/kubernetes-csi/external-snapshotter
helm repo update
```
Then install a release of the snapshot-controller using the chart
```sh
helm upgrade --install snapshot-controller \
--namespace kube-system \
https://github.com/kubernetes-csi/external-snapshotter/releases/download/helm-chart-snapshot-controller-4.2.1/snapshot-controller-4.2.1.tgz
```

Install CSI Driver:
* Follow instructions provided by your CSI Driver vendor.
* Here is an example to install the sample hostpath CSI driver
Expand Down

0 comments on commit c3a8271

Please sign in to comment.