mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
Install kubectl on OS X using Homebrew
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user