-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2157 from k0da/registry_record_type
Registry record type
- Loading branch information
Showing
5 changed files
with
411 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
### TXT Registry migration to a new format ### | ||
|
||
In order to support more record types and be able to track ownership without TXT record name clash, a new TXT record is introduced. | ||
It contains record type it manages, e.g.: | ||
* A record foo.example.com will be tracked with classic foo.example.com TXT record | ||
* At the same time a new TXT record will be created a-foo.example.com | ||
|
||
Prefix and suffix are extended with %{record_type} template where the user can control how prefixed/suffixed records should look like. | ||
|
||
In order to maintain compatibility, both records will be maintained for some time, in order to have downgrade possibility. | ||
|
||
Later on, the old format will be dropped and only the new format will be kept (<record_type>-<endpoint_name>). | ||
|
||
Cleanup will be done by controller itself. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.