Install kubectl on OS X using Homebrew

pull/244/head
Arunvel Sriram 2017-10-20 21:21:26 +05:30 committed by GitHub
parent e8d728d016
commit b726eb0d03
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.8.0/bin/darwin/amd64/kubectl
```