Created
August 19, 2022 14:38
-
-
Save ndunks/14b62f1da030956ef1e3410c9f22a1a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
helm install nfs-subdir-external-provisioner nfs-subdir-external-provisioner/nfs-subdir-external-provisioner \ | |
--set nfs.server=192.168.1.2 \ | |
--set nfs.path=/kube-storage \ | |
--set storageClass.name=nfs \ | |
--set storageClass.defaultClass=true \ | |
--set storageClass.provisionerName=nfs-nux-provisioner \ | |
--set nfs.volumeName=nfs-nux \ | |
--set nodeSelector."kubernetes\\.io/hostname"=kube-nux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment