Skip to content

Instantly share code, notes, and snippets.

@leopay
Last active August 5, 2017 10:45
Show Gist options
  • Select an option

  • Save leopay/a2cc6112fd77fece69672dfac2b241a0 to your computer and use it in GitHub Desktop.

Select an option

Save leopay/a2cc6112fd77fece69672dfac2b241a0 to your computer and use it in GitHub Desktop.
kubernetes-install
curl \
--progress-bar \
--location \
'https://github.com/kubernetes/kubernetes/releases/download/v1.7.3/kubernetes.tar.gz' \
| tar -zxvf -
export KUBERNETES_RELEASE_URL=https://storage-googleapis.proxy.ustclug.org/kubernetes-release/release; \
bash kubernetes/cluster/get-kube-binaries.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment