mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
Document cfssljson version verification
It seems there Is a way to verify cfssljson version now
This commit is contained in:
@@ -66,7 +66,19 @@ Revision: dev
|
|||||||
Runtime: go1.6
|
Runtime: go1.6
|
||||||
```
|
```
|
||||||
|
|
||||||
> The cfssljson command line utility does not provide a way to print its version.
|
Verify `cfssljson` version 1.2.0 or higher is installed:
|
||||||
|
|
||||||
|
```
|
||||||
|
cfssljson -version
|
||||||
|
```
|
||||||
|
|
||||||
|
> output
|
||||||
|
|
||||||
|
```
|
||||||
|
Version: 1.2.0
|
||||||
|
Revision: dev
|
||||||
|
Runtime: go1.6
|
||||||
|
```
|
||||||
|
|
||||||
## Install kubectl
|
## Install kubectl
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user