From 0271c7721c946808f88d1a7904080946b69b4678 Mon Sep 17 00:00:00 2001 From: Sambo Chea <7059827+sombochea@users.noreply.github.com> Date: Sun, 10 Oct 2021 11:56:01 +0700 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5d883fb..8c1604b 100644 --- a/README.md +++ b/README.md @@ -188,5 +188,16 @@ kubectl apply -f https://docs.projectcalico.org/manifests/calico.yaml kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.3.1/aio/deploy/recommended.yaml ``` +#### Deploy Storage Class with External NFS server +```shell +helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner +``` + +```shell +helm install nfs-subdir-external-provisioner nfs-subdir-external-provisioner/nfs-subdir-external-provisioner \ + --set nfs.server=nfs-server-ip \ + --set nfs.path=/exported-path +``` + #### References - https://kubernetes.io/docs/setup/production-environment/container-runtimes/#docker