Update 02-client-tools.md

Add Homebrew section for kubernetes CLI installation
This commit is contained in:
tervez
2019-01-25 00:06:21 +00:00
committed by GitHub
parent bf2850974e
commit ef61f0f957

View File

@@ -74,6 +74,14 @@ The `kubectl` command line utility is used to interact with the Kubernetes API S
### 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
```