mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 08:48: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/
|
sudo mv cfssl cfssljson /usr/local/bin/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or install with Homebrew:
|
||||||
|
|
||||||
|
```
|
||||||
|
brew install cfssl
|
||||||
|
```
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -80,6 +86,12 @@ chmod +x kubectl
|
|||||||
sudo mv kubectl /usr/local/bin/
|
sudo mv kubectl /usr/local/bin/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or install via Homebrew:
|
||||||
|
|
||||||
|
```
|
||||||
|
brew install kubectl
|
||||||
|
```
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user