mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
Update 02-client-tools.md
The newest version of `cfssljson` now provides a way to get version info
This commit is contained in:
@@ -66,7 +66,19 @@ Revision: dev
|
||||
Runtime: go1.6
|
||||
```
|
||||
|
||||
> The cfssljson command line utility does not provide a way to print its version.
|
||||
Verify `cfssljson` is installed:
|
||||
|
||||
```
|
||||
cfssljson --version
|
||||
```
|
||||
|
||||
> output
|
||||
|
||||
```
|
||||
Version: 1.3.2
|
||||
Revision: dev
|
||||
Runtime: go1.10.3
|
||||
```
|
||||
|
||||
## Install kubectl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user