Update kubernetes_install.sh
This commit is contained in:
parent
6b1292dae4
commit
6fd6319102
@ -46,7 +46,7 @@ then
|
|||||||
|
|
||||||
elif [ "$CLIENT" = "true" ]
|
elif [ "$CLIENT" = "true" ]
|
||||||
then
|
then
|
||||||
kubeadm join $IP --token $TOKEN --discovery-token-ca-cert-hash $HASH --ignore-preflight-errors=SystemVerification
|
kubeadm join $IP --token $TOKEN --discovery-token-ca-cert-hash $HASH
|
||||||
echo "Client ($IP) joined to Master"
|
echo "Client ($IP) joined to Master"
|
||||||
else
|
else
|
||||||
echo "Invalid argument"
|
echo "Invalid argument"
|
||||||
|
Loading…
Reference in New Issue
Block a user