-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve registry documentation #3652
Conversation
The most important metadata is the owning external-dns deployment. | ||
This is specified using the `--txt-owner-id` flag, specifying a value unique to the | ||
deployment of external-dns and which doesn't change for the lifetime of the deployment. | ||
Deployments in different clusters but sharing a DNS zone need to use different owner IDs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand the need to use different owner IDs but is there any logic that would enforce this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no way to cause an error message. Any mechanism to detect an fail on duplicate owner IDs would be equivalent to generating unique owner IDs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@johngmyers good point, thanks
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johngmyers, szuecs The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@johngmyers so good to have you! |
Description
Improves the documentation of registry implementations and options.
Checklist
Unit tests updated