Skip to content
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

Upper-case hostname annotations cause breakage with Route53 #561

Closed
gtie opened this issue May 16, 2018 · 1 comment
Closed

Upper-case hostname annotations cause breakage with Route53 #561

gtie opened this issue May 16, 2018 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug. provider/aws

Comments

@gtie
Copy link

gtie commented May 16, 2018

We had a case where Services annotated with upper-case hostnames (.e.g 5HW598OVOMBY.foo.bar.com) block further updates. What happens is that ExternalDNS is still trying to create the record, but fails due to a lower-case version already existing:

time="2018-05-16T11:53:48Z" level=error msg="InvalidChangeBatch: Tried to create resource record set [name='5hw598ovomby.foo.bar.com.', type='A'] but it already exists status code: 400, request id: cb487bc6-58ff-11e8-b17c-a32c02ab9e06"

The combination with the batchUpdate problem (#421) makes this issue particularly nasty, potentially disabling updates for everybody because of a single use of upper-case.

@linki linki added the kind/bug Categorizes issue or PR as related to a bug. label May 16, 2018
@njuettner
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. provider/aws
Projects
None yet
Development

No branches or pull requests

4 participants