Corrections made after replaying the whole procedure on a new fresh environment

This commit is contained in:
Nemo
2020-06-22 12:42:19 +02:00
parent b509f173d5
commit ddcb5d4d75
9 changed files with 78 additions and 49 deletions

View File

@@ -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"}