1
0

Rename charts, remove depracation notices from README and update URLs.

This commit is contained in:
Yonatan Kahana
2020-12-19 14:27:12 +02:00
parent e65683279d
commit 0b707e905a
21 changed files with 118 additions and 141 deletions

View File

@@ -19,12 +19,16 @@ To note again, you must _already_ have an NFS Server.
### With Helm
Follow the instructions for the stable helm chart maintained at https://github.com/helm/charts/tree/master/stable/nfs-client-provisioner
Follow the instructions from the helm chart [README](deploy/helm/README.md).
The tl;dr is
```bash
$ helm install stable/nfs-client-provisioner --set nfs.server=x.x.x.x --set nfs.path=/exported/path
```console
$ git clone https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner.git
$ cd nfs-subdir-external-provisioner/deploy/helm/
$ helm install nfs-subdir-external-provisioner . \
--set nfs.server=x.x.x.x \
--set nfs.path=/exported/path
```
### Without Helm