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

[bitnami/external-dns] Istio Gateways not populating #15515

Closed
chruzcruz opened this issue Mar 15, 2023 · 3 comments
Closed

[bitnami/external-dns] Istio Gateways not populating #15515

chruzcruz opened this issue Mar 15, 2023 · 3 comments
Assignees
Labels
external-dns solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@chruzcruz
Copy link

chruzcruz commented Mar 15, 2023

Name and Version

1.12.1

What architecture are you using?

None

What steps will reproduce the bug?

Good Afternoon,

I am trying to use external-dns to autopopulate GCP Cloud DNS, but noticed the entries are not being populated.
If I add in the annotations, the DNS upsert works accordingly, but would like to avoid having to hard-code load balancer/IP Values within the deployment manifests.

kind: Gateway
metadata:
  name: sample-gateway
  namespace: default
  annotations:
    external-dns.alpha.kubernetes.io/target: x.x.x.x
    external-dns.alpha.kubernetes.io/hostname: sample.dev.mydomain.com

Are you using any custom parameters or values?

logFormat: json
policy: upsert-only
sources:
  - istio-gateway
provider: google
serviceAccount:
  annotations:
    iam.gke.io/gcp-service-account: "xxxxxxxx"
domainFilters: ["xxxxx"]
txtOwnerId: "xxxx-owner"
policy: "upsert-only"
logLevel: debug
extraArgs:
  - "--google-project=xxxx-dns-project"

What do you see instead?

level=debug msg="No endpoints could be generated from Gateway default/sample-gateway"

Additional information

kubernetes-sigs/external-dns#1718
#3275

@chruzcruz chruzcruz added the tech-issues The user has a technical issue about an application label Mar 15, 2023
@github-actions github-actions bot added the triage Triage is needed label Mar 15, 2023
@javsalgar javsalgar changed the title Istio Gateways not populating [bitnami/external-dns] Istio Gateways not populating Mar 16, 2023
@javsalgar
Copy link
Contributor

Hi,

Looking at the issue, it is not clear to me that problem lies in the Bitnami packaging but in the application itself. Did the upstream external-dns devs confirm that it is an issue with our packaging?

@github-actions
Copy link

github-actions bot commented Apr 2, 2023

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.

@github-actions github-actions bot added the stale 15 days without activity label Apr 2, 2023
@github-actions
Copy link

github-actions bot commented Apr 8, 2023

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.

@github-actions github-actions bot added the solved label Apr 8, 2023
@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external-dns solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

3 participants