Closed abaguas closed 1 week ago
Hi @abaguas. Thanks for your PR.
I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
Would you please add a test for this change ?
Would you please add a test for this change ?
Ups. Done @mloiseleur
/ok-to-test
/lgtm
/retitle fix(Google DNS): ensure trailing dot on NS records
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: Raffo
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Description
NS records added in Google Cloud DNS must have a trailing dot. Otherwise the API throws the following error:
This is similar to CNAME, MX and SRV records.
This change was tested with the a DNSEndpoint CRD containing the following endpoints:
And the record was successfully created
Checklist