Migration to new setup
This commit is contained in:
9
kube1/configure.sh
Normal file
9
kube1/configure.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
helm init
|
||||
echo "Waiting for tiller"
|
||||
sleep 30
|
||||
|
||||
|
||||
helm install --namespace kube-system --name ifs1 -f ifs1.yaml stable/nfs-client-provisioner
|
||||
|
||||
Reference in New Issue
Block a user