commit by to_remotes 2023-10-05 10:06:46 +0200 from vmdevac
parent
b87d9914d7
commit
5796ad9fb4
2
init.sh
2
init.sh
|
|
@ -182,7 +182,7 @@ if [ "$ready_to_setup_k8s" = "yes" ]; then
|
||||||
if [ "$NODE_TYPE" = "master" ]; then
|
if [ "$NODE_TYPE" = "master" ]; then
|
||||||
echo "<=><=><=><=><=><=><=><=><=><=><=><=><=><=><=><=>"
|
echo "<=><=><=><=><=><=><=><=><=><=><=><=><=><=><=><=>"
|
||||||
echo "initializing K8s Master Set-Up"
|
echo "initializing K8s Master Set-Up"
|
||||||
source $WA_REPO/shared_resources_k8s/k8s/setup_master.sh
|
source $WA_REPO/shared_resources_k8s/k8s/init_master.sh
|
||||||
else
|
else
|
||||||
echo "<=><=><=><=><=><=><=><=><=><=><=><=><=><=><=><=>"
|
echo "<=><=><=><=><=><=><=><=><=><=><=><=><=><=><=><=>"
|
||||||
echo "initializing K8s Worker Set-Up"
|
echo "initializing K8s Worker Set-Up"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue