5
0
Fork 0

commit by to_remotes 2024-04-29 12:28:15 +0200 from vmdevac

main
ag 2024-04-29 12:28:15 +02:00
parent a11d2c1f2a
commit 3cc29cba80
1 changed files with 1 additions and 5 deletions

View File

@ -68,9 +68,6 @@ function start_ssh_agent(){
function init_repos(){
if [ -d "$WA_REPO" ]; then
echo "$WA_REPO does exist, skipping cloning"
source $WA_REPO/export_client_name.sh
@ -170,7 +167,7 @@ mainmenu() {
MAIN MENU
1) Init Master
2) Join Worker
3) Reset Repos and start over again
3) Reset Cluster and start over again
0) Exit
Choose an option: "
read -r ans
@ -186,7 +183,6 @@ Choose an option: "
source $WA_REPO/shared_resources_k8s/k8s/init_worker.sh
;;
3)
rm -rf $HOME/wa_repos
kubeadm_reset
;;
0)