-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[bitnami/external-dns] Istio VirtualService support is not working #3275
Comments
Hi, Thank you for using Bitnami. According to helm/charts#22669 (comment)
As soon as the new tagged version is ready, our automated system will work on updating the chart. So please stay tuned :) |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Should this now be resolved with v0.7.3? |
Hi, Potentially this should be fixed, did you find any issue trying it? |
External-DNS starts as expected / doesn’t complain about the Istio pieces that are configured as sources but it is not registering dns records for the virtual services. Not sure if there’s something else I need to configure though. |
Hi, It looks like there are some configuration parameters missing. Did you report it to the external-dns devs? |
Not yet -- just started kicking the tires with it. Will check in on that side as well if I can't get it working and update this thread. |
Getting this error by default in External-DNS logs:
Adding in the following annotation registers the DNS record successfully:
Anyone know if this should this be necessary? |
Hi, Not really sure if this should be necessary. What did the devs say about it? |
Looks like someone else over there has a similar issue. Added my Q here: |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Which chart:
bitnami/external-dns-3.2.5
Describe the bug
Istio VirtualService support is not working.
To Reproduce
Steps to reproduce the behavior:
time="2020-07-30T10:40:18Z" level=fatal msg="flag parsing error: enum value must be one of service,ingress,node,istio-gateway,cloudfoundry,contour-ingressroute,fake,connector,crd,empty,skipper-routegroup,openshift-route, got 'istio-virtualservice'"
Expected behavior
The external-dns container should run successfully and pickup host entries from Istio virtualservice.
Version of Helm and Kubernetes:
helm version
:kubectl version
:Additional context
The docker image specified in the values.yaml doesnot support the Istio virtualservice source feature. Building the external dns image directly using the code the repository[https://github.com/kubernetes-sigs/external-dns], I was able to successfully deploy external-dns with virtualservice support.
The text was updated successfully, but these errors were encountered: