19 lines
387 B
Markdown
19 lines
387 B
Markdown
# Helm Setup
|
|
|
|
```
|
|
helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner
|
|
|
|
helm repo update
|
|
|
|
helm install nfs-subdir-external-provisioner nfs-subdir-external-provisioner/nfs-subdir-external-provisioner --values values.yaml
|
|
|
|
k get sc
|
|
k describe storageclass nfs-client
|
|
|
|
```
|
|
|
|
### Source
|
|
|
|
https://www.youtube.com/watch?v=uPt3VKQOMBs
|
|
|