How to upgrade kubectl client version

前端 未结 8 1306
滥情空心
滥情空心 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:56

    Similar to what boraas said. The version you are seeing is from another kubectl.exe installation. I had docker for windows installed which already has kubectl.exe (located in Docker\resources\bin) and was of older version. This gets used unless you provide explicitly the path to the new location of your kubectl.exe [you need to set it in PATH].

    0 讨论(0)
  • 2020-12-24 07:04

    Via Chocolatey:

    choco upgrade kubernetes-cli
    
    0 讨论(0)
提交回复
热议问题