From 0da4f13edcf01ac9c0b1d517a534f72315a9d5e7 Mon Sep 17 00:00:00 2001 From: Shirley Date: Wed, 8 Dec 2021 14:45:36 +0800 Subject: [PATCH] fix links of install-csi-driver --- deploy/example/README.md | 2 +- deploy/example/nfs-provisioner/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: