From a80a137d44e7b8a50c80e33762d7df7c73f3d2f7 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Tue, 12 Oct 2021 18:10:21 +0700 Subject: [PATCH] Updated script --- kube-cluster-worker-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kube-cluster-worker-install.sh b/kube-cluster-worker-install.sh index 0b80ae3..33146d6 100755 --- a/kube-cluster-worker-install.sh +++ b/kube-cluster-worker-install.sh @@ -1,3 +1,5 @@ +!#/bin/bash -e + echo "Downloading kubectl..." curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"