From 2b43278546763f59daf11037733b7a04dded8b66 Mon Sep 17 00:00:00 2001 From: D4rk4 Date: Sun, 2 Aug 2020 01:05:38 +0200 Subject: [PATCH] Update --- contrib/firstboot.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/contrib/firstboot.sh b/contrib/firstboot.sh index 9e44bee..0f298b7 100755 --- a/contrib/firstboot.sh +++ b/contrib/firstboot.sh @@ -13,15 +13,6 @@ k8sDeploy () { cd ${groot}/contrib/ansible && \ ansible-playbook bootstrap-node.yml && \ ansible-playbook init-cluster.yml - # Sometimes it's still not ready on this stage, let's check it just to be sure - while true ; do - echo "Waiting for node up..." - result=$(kubectl get nodes|awk '{print $2}'| tail -1| grep -nE '^Ready') - if [ -z "$result" ] ; then - break - fi - sleep 10 - done } InstallCSI () { helm repo add rimusz https://charts.rimusz.net