Update 02-client-tools.md
Add Homebrew section for kubernetes CLI installationpull/436/head
parent
bf2850974e
commit
ef61f0f957
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue