I installed gcloud SDK and everything went fine. However I'm trying to use kubectl and it hasn't been installed.
I run the following commands:
gcloud components update preview
All components are up to date.
gcloud components update alpha
All components are up to date.
So seems like everything is up to date. However command kubectl is not there.
This is not a PATH issue because I checked the file in gcloud's bin folder and it is there as it is in other of my installations where it was installed correctly.
I'm running Ubuntu 14.04 on AWS.
It appears that you need to run
gcloud components update kubectl
. I'm not sure why (this didn't used to be required).