mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 17:58:57 +03:00
Merge e57e8b1b70 into 4f5cecb5ed
This commit is contained in:
@@ -11,18 +11,7 @@ Download and install `cfssl` and `cfssljson` from the [cfssl repository](https:/
|
|||||||
|
|
||||||
### OS X
|
### OS X
|
||||||
|
|
||||||
```
|
`brew install cfssl`
|
||||||
curl -o cfssl https://pkg.cfssl.org/R1.2/cfssl_darwin-amd64
|
|
||||||
curl -o cfssljson https://pkg.cfssl.org/R1.2/cfssljson_darwin-amd64
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
chmod +x cfssl cfssljson
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
sudo mv cfssl cfssljson /usr/local/bin/
|
|
||||||
```
|
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user