improve readme with links and content

This commit is contained in:
2023-12-22 22:24:31 -07:00
parent 84f56c0238
commit 469b9a55f3
8 changed files with 38 additions and 7 deletions

View File

@ -1,5 +1,7 @@
# 07-NFS-Subdir-Provisioner
[https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner](https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner)
To support persistent volume claims on NFS external storage, a provisioner can be configured and deployed easily with helm.
```bash
@ -12,7 +14,6 @@ helm install nfs-subdir-external-provisioner nfs-subdir-external-provisioner/nfs
```
A PVC can then be created similar to below example:
```yaml