Skip to content

Commit

Permalink
Update get-kube to fetch 0.11.0 (latest stable).
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarmol committed Mar 16, 2015
1 parent 9df2ea4 commit 3d9bdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/get-kube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [[ "${KUBERNETES_SKIP_DOWNLOAD-}" ]]; then
exit 0
fi

release=v0.10.1
release=v0.11.0
release_url=https://storage.googleapis.com/kubernetes-release/release/${release}/kubernetes.tar.gz

uname=$(uname)
Expand Down

0 comments on commit 3d9bdee

Please sign in to comment.