...
| Code Block | ||||
|---|---|---|---|---|
| ||||
$ helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner $ helm show values nfs-subdir-external-provisioner/nfs-subdir-external-provisioner > values.yaml $ helm install nfs<chart_name> nfs-subdir-external-provisioner/nfs-subdir-external-provisioner --values values.yaml --namespace <namespace> --create-namespace $ helm uninstall <chart_name> -n <namespace> # It's possible to proceed with the installation in a classic way, through manifest, by downloading the git repository $ git clone https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner.git |
...