mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
update
This commit is contained in:
parent
7d2b9b34cb
commit
78701624c4
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ for newagent in "${workers[@]}"; do
|
|||
--k3s-version $k3sVersion \
|
||||
--server-ip $master1 \
|
||||
--ssh-key $HOME/.ssh/$certName \
|
||||
--k3s-extra-args "--node-label \"longhorn=true\" --node-label \"worker=true\""
|
||||
--k3s-extra-args "--node-label \"longhorn=true\",\"worker=true\""
|
||||
echo -e " \033[32;5mAgent node joined successfully!\033[0m"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue