mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 01:08:58 +03:00
Add alternative installation for kubectl and cfssl
Added alternative installation method for `kubectl` and `cfssl` via Homebrew
This commit is contained in:
committed by
GitHub
parent
4f5cecb5ed
commit
fedba79378
@@ -24,6 +24,12 @@ chmod +x cfssl cfssljson
|
||||
sudo mv cfssl cfssljson /usr/local/bin/
|
||||
```
|
||||
|
||||
Or install with Homebrew:
|
||||
|
||||
```
|
||||
brew install cfssl
|
||||
```
|
||||
|
||||
### Linux
|
||||
|
||||
```
|
||||
@@ -80,6 +86,12 @@ chmod +x kubectl
|
||||
sudo mv kubectl /usr/local/bin/
|
||||
```
|
||||
|
||||
Or install via Homebrew:
|
||||
|
||||
```
|
||||
brew install kubectl
|
||||
```
|
||||
|
||||
### Linux
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user