Skip to content

Commit

Permalink
Upgrade kubectl (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
  • Loading branch information
davidkarlsen authored and unguiculus committed Dec 22, 2019
1 parent 4338961 commit 98cb04e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ set -o pipefail

DEFAULT_KIND_VERSION=v0.6.1
DEFAULT_CLUSTER_NAME=chart-testing
KUBECTL_VERSION=v1.17.0

show_help() {
cat << EOF
Expand Down Expand Up @@ -147,7 +148,7 @@ install_kind() {

install_kubectl() {
echo 'Installing kubectl...'
curl -sSLO https://storage.googleapis.com/kubernetes-release/release/v1.16.0/bin/linux/amd64/kubectl
curl -sSLO "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl"
chmod +x kubectl
sudo mv kubectl /usr/local/bin/kubectl
}
Expand Down

0 comments on commit 98cb04e

Please sign in to comment.