How to upgrade kubectl client version

前端 未结 8 1343
滥情空心
滥情空心 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条回答
  •  天命终不由人
    2020-12-24 06:54

    I had installed kubectl using google-cloud-sdk. So in my path kubectl was pointing to this location. That is why the version did not update. Kubectl got updated after I removed that from the path.

提交回复
热议问题