From f344ec056431b6f96194feb344f988c21c8c82a4 Mon Sep 17 00:00:00 2001 From: Justin Donnelly Date: Sat, 26 Oct 2019 22:12:48 -0400 Subject: [PATCH] Update Vagrantfile Moved nfs-provisioner to its own namespace --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 398f924..377774a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -194,7 +194,7 @@ $configureNFS = <<-SCRIPT # sleep 60 # kubectl taint nodes k8s-nfs key=value:NoSchedule # kubectl apply -f https://raw.githubusercontent.com/jprdonnelly/kubernetes-cluster/master/nfs-provisioner/nfs-helm-pvc.yaml - # helm install -n nfs stable/nfs-server-provisioner -f https://raw.githubusercontent.com/jprdonnelly/kubernetes-cluster/master/nfs-provisioner/nfs-helm-values.yaml + # helm install -n nfs stable/nfs-server-provisioner --namespace nfs -f https://raw.githubusercontent.com/jprdonnelly/kubernetes-cluster/master/nfs-provisioner/nfs-helm-values.yaml SCRIPT # Insanely broken - barely fit for testing