From f90bde72b5f1cf78215768e2014d3d091975ac99 Mon Sep 17 00:00:00 2001 From: Sambo Chea <7059827+sombochea@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:28:47 +0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d0e42a3..0a7dca6 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,12 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.3.1/a ``` #### 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 helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner ```