Document cfssljson version verification
It seems there Is a way to verify cfssljson version nowpull/365/head
parent
b974042d95
commit
c9702a408e
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue