Update 02-client-tools.md

Add Homebrew section for kubernetes CLI installation
pull/436/head
tervez 2019-01-25 00:06:21 +00:00 committed by GitHub
parent bf2850974e
commit ef61f0f957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -74,6 +74,14 @@ The `kubectl` command line utility is used to interact with the Kubernetes API S
### OS X ### OS X
#### Using Homebrew
```
brew install kubernetes-cli
```
#### Manually
``` ```
curl -o kubectl https://storage.googleapis.com/kubernetes-release/release/v1.12.0/bin/darwin/amd64/kubectl curl -o kubectl https://storage.googleapis.com/kubernetes-release/release/v1.12.0/bin/darwin/amd64/kubectl
``` ```