Cloud Run for Anthos: Configuration "<DEPLOY-NAME>" does not have any ready Revision

3/14/2020

I've been running an app in managed Cloud Run for months, and thought I'd try getting it up and running on GKE / Anthos. Followed the setup guide with little trouble. I'm stuck, now, though. The following error occurs on my standard image as well as one I made with modifications to ensure all the logging went to /dev/stdout thanks to suggestions found in this thread. Am I missing something obvious?

Note that Kube shows no running pods and the logs are empty.

Deploying container to Cloud Run for Anthos service [DEPLOY-NAME] in namespace [cloudrun] of cluster [CLUSTER-NAME]
Deploying...
Creating Revision................interrupted
Deployment failed
ERROR: (gcloud.run.deploy) Configuration "DEPLOY-NAME" does not have any ready Revision.
-- user13063289
google-anthos
google-cloud-run
google-kubernetes-engine

1 Answer

3/20/2020

Figured it out. Though nothing will stop you from doing it, Cloud Run for Anthos requires at least an n1-standard-2 node - a minimum of 2 vCPUs.

-- user13063289
Source: StackOverflow