sap-tutorials / Issues

Creative Commons Attribution 4.0 International
8 stars 5 forks source link

Install the Kubernetes Command Line Tool #691

Closed mhuber9 closed 2 years ago

mhuber9 commented 2 years ago

Tutorials: https://developers.sap.com/tutorials/cp-kyma-download-cli.html

Hi everyone,

if i enter "Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.0", GitCommit:"c2b5237ccd9c0f1d600d3072634ca66cefdf272f", GitTreeState:"clean", BuildDate:"2021-08-04T18:03:20Z", GoVersion:"go1.16.6", Compiler:"gc", Platform:"windows/amd64"}" as version it says "Sorry, that’s incorrect. Please try again.". What am i doing wrong?

best regards Martin

jcawley5 commented 2 years ago

Hello,

To check the version please enter the command

kubectl version --client

What you have entered is the expected response.

Regards, Jamie

mhuber9 commented 2 years ago

that was too easy -.- thank you