From e288bc0f381f1973b726874954b2999b0509c3c7 Mon Sep 17 00:00:00 2001 From: Nemo Date: Wed, 24 Jun 2020 15:10:23 +0200 Subject: [PATCH] Change kubectl version 1.15.3 to 1.18.4 and command return --- docs/02-client-tools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/02-client-tools.md b/docs/02-client-tools.md index f458c3d..0a1250a 100644 --- a/docs/02-client-tools.md +++ b/docs/02-client-tools.md @@ -55,7 +55,7 @@ Runtime: go1.13 The `kubectl` command line utility is used to interact with the Kubernetes API Server. On the **gateway-01** VM, download and install `kubectl` from the official release binaries: ```bash -wget https://storage.googleapis.com/kubernetes-release/release/v1.15.3/bin/linux/amd64/kubectl +wget https://storage.googleapis.com/kubernetes-release/release/v1.18.4/bin/linux/amd64/kubectl ``` ```bash @@ -77,7 +77,7 @@ kubectl version --client > 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"} +Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.4", GitCommit:"c96aede7b5205121079932896c4ad89bb93260af", GitTreeState:"clean", BuildDate:"2020-06-17T11:41:22Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"} ``` Next: [Provisioning Compute Resources](03-compute-resources.md)