adyanth / cloudflare-operator

A Kubernetes Operator to create and manage Cloudflare Tunnels and DNS records for (HTTP/TCP/UDP*) Service Resources
https://adyanth.site/posts/migration-compose-k8s/cloudflare-tunnel-operator-architecture/
Apache License 2.0
357 stars 37 forks source link

Configuration to disable DNS updates #71

Closed adyanth closed 1 year ago

adyanth commented 1 year ago

Adds a configuration option to the TunnelBinding resource to disable DNS updates. If set to true, DNS CNAME records need to be manually handled by the user.

Finalizers will not be added or removed when this is set.

Fixes #57