How to avoid reuse of host when using external-dns #2176
Unanswered
TejasMadappa
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am not sure this is the right place to ask this question. please guide me on this below scenario.
We are using
apiVersion: networking.istio.io/v1alpha3
for creation of VirtualService.sample code:
This creates route53 records . Now what I want is, once
test-samesubdomain.example.com
record set is created, I don't want other Virtual services to use the same hostname. The virtual service creation should fail when it tries to use the same hostname. Is there way I can achieve that? I mean is there a flag or something I can set to achieve this?Thanks in Advance.
Beta Was this translation helpful? Give feedback.
All reactions