How to upgrade kubectl client version

前端 未结 8 1338
滥情空心
滥情空心 2020-12-24 06:39

I want to upgrade the kubectl client version to 1.11.3.

I executed brew install kubernetes-cli but the version doesnt seem to be updating.



        
8条回答
  •  旧时难觅i
    2020-12-24 06:43

    I landed here after I faced problem while downloading kubectl from aws. kubectl installation was failing because I had kubectl in my machine.

    After I removed, was able to install kubectl 1.15.11 from aws.

    lrwxr-xr-x  1 root      admin      55 Jan 11 17:49 kubectl.docker -> /Applications/Docker.app/Contents/Resources/bin/kubectl
    lrwxr-xr-x  1 root      admin      55 Jan 11 17:49 kubectl -> /Applications/Docker.app/Contents/Resources/bin/kubectl ```
    
    

提交回复
热议问题