diff --git a/deploy/example/README.md b/deploy/example/README.md index f59bfec7..961510d3 100644 --- a/deploy/example/README.md +++ b/deploy/example/README.md @@ -9,7 +9,7 @@ Please refer to [driver parameters](../../docs/driver-parameters.md) for more de ## Prerequisite - [Set up a NFS Server on a Kubernetes cluster](./nfs-provisioner/README.md) -- [Install NFS CSI Driver](../../docs/install-csi-driver.md) +- [Install NFS CSI Driver](../../docs/install-nfs-csi-driver.md) ## Storage Class Usage (Dynamic Provisioning) diff --git a/deploy/example/nfs-provisioner/README.md b/deploy/example/nfs-provisioner/README.md index e1682d0d..cf3771e0 100644 --- a/deploy/example/nfs-provisioner/README.md +++ b/deploy/example/nfs-provisioner/README.md @@ -14,7 +14,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nf - During the deployment, a new service `nfs-server` will be created which exposes the NFS server endpoint `nfs-server.default.svc.cluster.local` and the share path `/`. You can specify `PersistentVolume` or `StorageClass` using these information. -- Deploy the NFS CSI driver, please refer to [install NFS CSI driver](../../../docs/install-csi-driver.md). +- Deploy the NFS CSI driver, please refer to [install NFS CSI driver](../../../docs/install-nfs-csi-driver.md). - To check if the NFS server is working, we can statically create a PersistentVolume and a PersistentVolumeClaim, and mount it onto a sample pod: