-
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
Cannot set Service
to create a CNAME
instead of an Alias
without --aws-prefer-cname
and with alias: "false"
#3848
Comments
I have a problem / feature request |
It seems like the
That |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
@nitrocode please can you test with v0.13.6 or higher? I believe the issue you've reported is fixed in v0.13.6 by @johngmyers with #3674 |
What happened:
I have a
kind: Service
external dns config
Error
I have a weighted
CNAME
indev.domain.internal
calledexample
. External-dns is trying to create analias
which doesn't work alongside aCNAME
.What you expected to happen:
The
external-dns.alpha.kubernetes.io/alias: "false"
should be respected and the type that external-dns should attempt to create should be aCNAME
instead of anA
.How to reproduce it (as minimally and precisely as possible):
See above
Anything else we need to know?:
Environment:
external-dns --version
): v0.13.5external-dns/provider/aws/aws.go
Line 644 in 725cdd0
external-dns/provider/aws/aws.go
Lines 952 to 1003 in 725cdd0
external-dns/provider/aws/aws.go
Lines 672 to 697 in 725cdd0
The text was updated successfully, but these errors were encountered: