commit by to_remotes 2023-09-20 10:59:13 +0200 from vmdevhw
parent
268f78794d
commit
1ecb2503d4
10
init.sh
10
init.sh
|
|
@ -74,10 +74,18 @@ EOT
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
echo " "
|
||||||
|
echo -n "ready to set-up K8s? type yes: "
|
||||||
|
read -r ready_to_setup_k8s
|
||||||
|
if [ "$ready_to_setup_k8s" = "yes" ]; then
|
||||||
echo "<=><=><=><=><=><=><=><=><=><=><=><=><=><=><=><=>"
|
echo "<=><=><=><=><=><=><=><=><=><=><=><=><=><=><=><=>"
|
||||||
echo "initializing K8s Set-Up"
|
echo "initializing K8s Set-Up"
|
||||||
source $WA_REPO/shared_resources_k8s/k8s/setup.sh
|
source $WA_REPO/shared_resources_k8s/k8s/setup.sh
|
||||||
|
|
||||||
|
else
|
||||||
|
echo "Aborting"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue