Update kubernetes_install.sh

This commit is contained in:
Torma Kristóf 2019-04-03 01:37:22 +02:00 committed by GitHub
parent 6b1292dae4
commit 6fd6319102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ then
elif [ "$CLIENT" = "true" ]
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"
else
echo "Invalid argument"