Update cloudflare.md

Add cloudflare-custom-hostnames support information
This commit is contained in:
mrozentsvayg 2025-02-10 10:10:51 -08:00 committed by GitHub
parent ff4d0daefb
commit 39be298595
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -308,6 +308,10 @@ Using the `external-dns.alpha.kubernetes.io/cloudflare-region-key` annotation on
If not set the value will default to `global`.
## Setting cloudflare-custom-hostname
Using the `external-dns.alpha.kubernetes.io/cloudflare-custom-hostname: "<custom hostname>"` annotation, you can have [custom hostnames](https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/domain-support/) automatically managed for A/CNAME record as a custom origin. Requires [Cloudflare for SaaS](https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/) product.
## Using CRD source to manage DNS records in Cloudflare
Please refer to the [CRD source documentation](../sources/crd.md#example) for more information.
Please refer to the [CRD source documentation](../sources/crd.md#example) for more information.