Skip to content

Commit

Permalink
rev the version for get-kube.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Feb 7, 2015
1 parent e9f74de commit a86f43b
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.8.1
release=v0.10.1
release_url=https://storage.googleapis.com/kubernetes-release/release/${release}/kubernetes.tar.gz

uname=$(uname)
Expand Down

0 comments on commit a86f43b

Please sign in to comment.