While deploying cloud run container I am getting following error in command line.
Commond: gcloud beta run deploy <<myapp>> --image gcr.io/abc-123/<<containername>>:5 --platform managed --region us-east1
ERROR: (gcloud.beta.run.deploy) NOT_FOUND: Requested entity was not found.
It was working fine few days back , stopped working now. From Ui deployment is working. Only issue is with command line.
Is anyone else facing same issue?
I also tried this command
gcloud beta run services list --platform managed
and got following error
WARNING: The following Cloud Run regions did not respond: asia-east1, asia-northeast1, asia-northeast2, australia-southeast1, europe-west1, europe-west4, northamerica-northeast1, us-east1, us-west1. List results may be incomplete.
Listed 0 items.
5exist? Tags are usually 10 digit hex numbers 2) Edit your question and show the command and output that pushed the image (gcloud builds submit). 3) Include the output fromgcloud container images list