I am trying to run following
gcloud compute images describe centos-7-v20230912 --project xxxxxxxxxxx
WARNING: Python 3.5-3.7 will be deprecated on September 26th, 2023. Please use Python version 3.8 and up.
If you have a compatible Python interpreter installed, you can use it by setting
the CLOUDSDK_PYTHON environment variable to point to it.
ERROR: (gcloud.compute.images.describe) Could not fetch resource:
- The resource 'projects/xxxxxxxxxxxxxxx/global/images/centos-7-v20230912' was not found
any idea?
Solved! Go to Solution.
ok so the project is actually not the project ID. ITs the project name from
gcloud compute images list
resolved.
gcloud compute images describe debian-10-buster-v20230912 --project debian-cloud
ok so the project is actually not the project ID. ITs the project name from
gcloud compute images list
resolved.
gcloud compute images describe debian-10-buster-v20230912 --project debian-cloud
Hi @gcp888 - glad you were able to figure it out! 🙌