From 6fd6319102e61cf5700076dcd5e9dfa40ed1ad5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 3 Apr 2019 01:37:22 +0200 Subject: [PATCH] Update kubernetes_install.sh --- deploy/kubernetes_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kubernetes_install.sh b/deploy/kubernetes_install.sh index a84de82..6ebab99 100644 --- a/deploy/kubernetes_install.sh +++ b/deploy/kubernetes_install.sh @@ -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"