Update README.md
This commit is contained in:
parent
3f1481a44f
commit
f90bde72b5
@ -189,6 +189,12 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.3.1/a
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### Deploy Storage Class with External NFS server
|
#### Deploy Storage Class with External NFS server
|
||||||
|
- Install nfs client for all nodes
|
||||||
|
```shell
|
||||||
|
sudo apt install nfs-common -y
|
||||||
|
```
|
||||||
|
|
||||||
|
- Install NFS External Provider
|
||||||
```shell
|
```shell
|
||||||
helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner
|
helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user