mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 08:48:58 +03:00
Update 02-client-tools.md
Add Homebrew section for kubernetes CLI installation
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user