Update README.md

This commit is contained in:
Andy Zhang 2022-05-10 10:50:26 +08:00 committed by GitHub
parent a49f5486ff
commit 0db0660a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
``` ```