Merge pull request #12225 from feelobot/patch-1

Auto commit by PR queue bot
This commit is contained in:
Alex Mohr
2015-08-04 16:32:45 -07:00

View File

@@ -9,10 +9,10 @@
```bash
### Darwin
wget https://storage.googleapis.com/kubernetes-release/release/v0.19.3/bin/darwin/amd64/kubectl
wget https://storage.googleapis.com/kubernetes-release/release/v1.0.1/bin/darwin/amd64/kubectl
### Linux
wget https://storage.googleapis.com/kubernetes-release/release/v0.19.3/bin/linux/amd64/kubectl
wget https://storage.googleapis.com/kubernetes-release/release/v1.0.1/bin/linux/amd64/kubectl
```
### Copy kubectl to your path
@@ -28,7 +28,6 @@ mv kubectl /usr/local/bin/
ssh -f -nNT -L 8080:127.0.0.1:8080 core@<master-public-ip>
```
<!-- BEGIN MUNGE: IS_VERSIONED -->
<!-- TAG IS_VERSIONED -->
<!-- END MUNGE: IS_VERSIONED -->