I\'ve deployed to VM\'s running Debian on GCE and have cron scripts that use gcloud commands.
I noticed that gcloud components update
retuns this error
Now you can use sudo apt-get install google-cloud-sdk
command to install or update Google Cloud SDK.
You may need to add Cloud SDK repository in your Linux machine. This is the instructions.
The component manager is enabled on latest images and gcloud components update
command should be working now.
In case you're still experiencing this issue, use the following command to enable updater:
sudo sed -i -e 's/true/false/' /usr/lib/google-cloud-sdk/lib/googlecloudsdk/core/config.json