Skip to content

Commit

Permalink
Update 07-kubectl.md
Browse files Browse the repository at this point in the history
as per my other pull request, using 1.7.0 fixes an error with etcd configuration on the Kubernetes cluster.
  • Loading branch information
David Ross authored and kelseyhightower committed Jul 12, 2017
1 parent 87c0662 commit 0f826cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/07-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Run the following commands from the machine which will be your Kubernetes Client
### OS X

```
wget https://storage.googleapis.com/kubernetes-release/release/v1.6.1/bin/darwin/amd64/kubectl
wget https://storage.googleapis.com/kubernetes-release/release/v1.7.0/bin/darwin/amd64/kubectl
chmod +x kubectl
sudo mv kubectl /usr/local/bin
```

### Linux

```
wget https://storage.googleapis.com/kubernetes-release/release/v1.6.1/bin/linux/amd64/kubectl
wget https://storage.googleapis.com/kubernetes-release/release/v1.7.0/bin/linux/amd64/kubectl
chmod +x kubectl
sudo mv kubectl /usr/local/bin
```
Expand Down

0 comments on commit 0f826cf

Please sign in to comment.