mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
Corrections made after replaying the whole procedure on a new fresh environment
This commit is contained in:
@@ -30,7 +30,7 @@ Verify `cfssl` and `cfssljson` version 1.3.4 or higher is installed:
|
||||
cfssl version
|
||||
```
|
||||
|
||||
> output
|
||||
> Output:
|
||||
|
||||
```bash
|
||||
Version: 1.3.4
|
||||
@@ -42,6 +42,8 @@ Runtime: go1.13
|
||||
cfssljson --version
|
||||
```
|
||||
|
||||
> Output:
|
||||
|
||||
```bash
|
||||
Version: 1.3.4
|
||||
Revision: dev
|
||||
@@ -72,7 +74,7 @@ Verify `kubectl` version 1.15.3 or higher is installed:
|
||||
kubectl version --client
|
||||
```
|
||||
|
||||
> output
|
||||
> Output:
|
||||
|
||||
```bash
|
||||
Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.3", GitCommit:"2d3c76f9091b6bec110a5e63777c332469e0cba2", GitTreeState:"clean", BuildDate:"2019-08-19T11:13:54Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"}
|
||||
|
||||
Reference in New Issue
Block a user