Skip to content

Commit

Permalink
update to kubectl 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilson, Dan committed Apr 13, 2016
1 parent c85b099 commit cd0f28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuousdelivery/deploy/ensure-kubectl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ ! -e ~/.kube ]; then
fi

if [ ! -e ~/.kube/kubectl ]; then
wget https://storage.googleapis.com/kubernetes-release/release/v1.1.4/bin/linux/amd64/kubectl -O ~/.kube/kubectl
wget https://storage.googleapis.com/kubernetes-release/release/v1.2.2/bin/linux/amd64/kubectl -O ~/.kube/kubectl
chmod +x ~/.kube/kubectl
fi

Expand Down

0 comments on commit cd0f28e

Please sign in to comment.