I am trying to map my domain from google cloud run to cloudflare.
I ended up getting 4 - A records and 4 - AAAA records. But there is no name as I am guessing they want them all under @ (root) but in Cloudflare you can only add one A records and one AAAA records with root. Anybody has a way around this? I did try something i found around to add a CNAME with ghs.googlehosted.com but that did not work at all.
As you can see, I can add multiple AAAA records for the same name. That would also work for A records, but I only have the one IPv4 and don’t want to break things.
Can you share a screenshot of your records and the error that you see?
This is true if there is a CNAME record with the same label. Delete the CNAME record and you can add the A and AAAA records. THis is a limitation of how DNS works generally, Cloudflare is simply following the standards.