Google Cloud Run - Domain Mapping stuck at Certificate Provisioning

后端 未结 6 1320
Happy的楠姐
Happy的楠姐 2021-02-18 12:57

Is anyone getting this issue with Google Cloud Run Domain Mapping? When I add a custom domain to my domain mappings, I get this:

Waiting for certificate p

6条回答
  •  醉梦人生
    2021-02-18 13:38

    At the moment, seems like Domain Mapping is just a buggy service.

    Seems like the solution at the moment is to be patient and to try several times until it works. I'd suggest to give it some time between attempts.

    The reasons why I feel it's a buggy service:

    1. gcloud beta run domain-mappings create stucks at Creating......⠼.
    2. gcloud beta run domain-mappings describe shows messages such as:
      • "Domain mapping '[...domain_name...]' already exists for this application. You can modify this domain mapping with DomainMappings.PATCH".
      • "Waiting for certificate provisioning. You must configure your DNS records for certificate issuance to begin." - Even though the DNS records are fine.
    3. User Interface isn't any better. It also can stuck while creating... And in the console, it says that it may fail silently, suggesting to use gcloud CLI as a workaround

提交回复
热议问题