pull/244/merge
Arunvel Sriram 2017-12-18 14:59:22 +00:00 committed by GitHub
commit 8fd711f44b
1 changed files with 10 additions and 0 deletions

View File

@ -68,6 +68,16 @@ The `kubectl` command line utility is used to interact with the Kubernetes API S
### OS X
#### Using Homebrew
```
brew install kubectl
```
**[ OR ]**
#### From official release binaries:
```
curl -o kubectl https://storage.googleapis.com/kubernetes-release/release/v1.9.0/bin/darwin/amd64/kubectl
```