Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Cloud Run (fully managed): Custom domain mapping not possible

When I try to map a custom domain to my service I get: "Failed to create a domain mapping: Creating domain mappings is not allowed in europe-west3". Google Run seems to be pretty useless for many use cases if it can't be mapped to custom domains, so I wonder if it is really not possible or this is an error or I have to enable something before this feature can be used.

like image 534
nebelman Avatar asked Oct 20 '20 10:10

nebelman


People also ask

How do I use Google Cloud with my own domain?

In the Google Cloud console, go to the Custom Domains tab of the App Engine Settings page. Click Add a custom domain. If your domain is already verified, the domain appears in the Select the domain you want to use section. Select the domain from the drop-down menu and click Continue.

What is custom domain mapping?

This feature lets you and your users access Zoho Subscriptions with a custom domain name. The custom domain name will be visible to your customers when they visit the customer portal, hosted payment pages and any invoice links that you send them.


1 Answers

According to the official documentation :

Mapping custom domains

You can use a custom domain rather than the default address that Cloud Run provides for a deployed service.

To use a custom domain for a service, you map your service to the custom domain, then update your DNS records. You can map a service to a domain, such as example.comor to a subdomain, such as subdomain.example.com.

It is not possible to map custom domains to Cloud Run (fully managed) services in

asia-east2
asia-northeast2
asia-northeast3
asia-southeast1
asia-southeast2
asia-south1
australia-southeast1
europe-west2
**europe-west3**
europe-west6
northamerica-northeast1
southamerica-east1
like image 74
marian.vladoi Avatar answered Oct 14 '22 05:10

marian.vladoi