Update README.md
This commit is contained in:
parent
a49f5486ff
commit
0db0660a95
|
|
@ -6,7 +6,7 @@ Please refer to [driver parameters](../../docs/driver-parameters.md) for more de
|
||||||
|
|
||||||
## Prerequisite
|
## Prerequisite
|
||||||
|
|
||||||
- [Set up a NFS Server on a Kubernetes cluster](./nfs-provisioner/README.md)
|
- [Set up a NFS Server on a Kubernetes cluster](./nfs-provisioner/README.md) as an example
|
||||||
- [Install NFS CSI Driver](../../docs/install-nfs-csi-driver.md)
|
- [Install NFS CSI Driver](../../docs/install-nfs-csi-driver.md)
|
||||||
|
|
||||||
## Storage Class Usage (Dynamic Provisioning)
|
## Storage Class Usage (Dynamic Provisioning)
|
||||||
|
|
@ -36,4 +36,4 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nf
|
||||||
## Create a deployment
|
## Create a deployment
|
||||||
```console
|
```console
|
||||||
kubectl create -f https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/deploy/example/deployment.yaml
|
kubectl create -f https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/deploy/example/deployment.yaml
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue