mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-17 17:40:40 +03:00
cfssljson now has -version flag
This commit is contained in:
@@ -60,7 +60,19 @@ Revision: dev
|
||||
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.9.2
|
||||
```
|
||||
|
||||
## Install kubectl
|
||||
|
||||
|
Reference in New Issue
Block a user