Update kube-cluster-worker-install.sh

This commit is contained in:
Sambo Chea
2021-10-12 18:11:44 +07:00
committed by GitHub
parent 9fe130e493
commit fe4f6cf388

View File

@@ -1,4 +1,4 @@
!#/bin/bash -e
#!/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"