Incorrect binary download link for linux/amd64

Link pointed to darwin/amd64 instead of linux/amd64
pull/836/head
Allan Lei 2016-07-14 11:11:43 +08:00 committed by GitHub
parent 4c51bb9baf
commit 4e81449bb0
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ to run commands against the cluster.
```shell
# linux/amd64
curl -Lo kubectl http://storage.googleapis.com/kubernetes-release/release/{{page.version}}.0/bin/darwin/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
curl -Lo kubectl http://storage.googleapis.com/kubernetes-release/release/{{page.version}}.0/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
# linux/386
curl -Lo kubectl http://storage.googleapis.com/kubernetes-release/release/{{page.version}}.0/bin/linux/386/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
# linux/arm