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.
brew install kubernetes-cli
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.