fix links of install-csi-driver
This commit is contained in:
parent
77e220d007
commit
0da4f13edc
@ -9,7 +9,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)
|
||||||
- [Install NFS CSI Driver](../../docs/install-csi-driver.md)
|
- [Install NFS CSI Driver](../../docs/install-nfs-csi-driver.md)
|
||||||
|
|
||||||
## Storage Class Usage (Dynamic Provisioning)
|
## Storage Class Usage (Dynamic Provisioning)
|
||||||
|
|
||||||
|
|||||||
@ -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.
|
- 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:
|
- To check if the NFS server is working, we can statically create a PersistentVolume and a PersistentVolumeClaim, and mount it onto a sample pod:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user