Skip to content

Commit

Permalink
Merge pull request #2574 from jgoldschrafe/patch-1
Browse files Browse the repository at this point in the history
[Docs] Clarify registry feature description in FAQ
  • Loading branch information
k8s-ci-robot authored May 13, 2022
2 parents 23648c2 + 585536f commit 91f912b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ExternalDNS will allow you to opt into any Services and Ingresses that you want

### I'm afraid you will mess up my DNS records!

ExternalDNS since v0.3 implements the concept of owning DNS records. This means that ExternalDNS will keep track of which records it has control over, and will never modify any records over which it doesn't have control. This is a fundamental requirement to operate ExternalDNS safely when there might be other actors creating DNS records in the same target space.
Since v0.3, ExternalDNS can be configured to use an ownership registry. When this option is enabled, ExternalDNS will keep track of which records it has control over, and will never modify any records over which it doesn't have control. This is a fundamental requirement to operate ExternalDNS safely when there might be other actors creating DNS records in the same target space.

For now ExternalDNS uses TXT records to label owned records, and there might be other alternatives coming in the future releases.

Expand Down

0 comments on commit 91f912b

Please sign in to comment.