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

external.addresses isn't used by external-dns #1470

Open
vuldin opened this issue Aug 5, 2024 · 0 comments
Open

external.addresses isn't used by external-dns #1470

vuldin opened this issue Aug 5, 2024 · 0 comments

Comments

@vuldin
Copy link
Member

vuldin commented Aug 5, 2024

What happened?

I'm setting the domain and addresses in the external section of the helm chart:

    external:
      domain: pnda.sh
      addresses:
        - redpanda-0-dev-ap-southeast-2
        - redpanda-1-dev-ap-southeast-2
        - redpanda-2-dev-ap-southeast-2

I'm also using external-dns annotations so A records get created for each broker. These records get created, but instead the records are for:

  1. redpanda-0.pnda.sh
  2. redpanda-1.pnda.sh
  3. redpanda-2.pnda.sh

What did you expect to happen?

These should be using the details provided in the external section above.

How can we reproduce it (as minimally and precisely as possible)?. Please include values file.

$ helm get values <redpanda-release-name> -n <redpanda-release-namespace> --all
# paste output here

Anything else we need to know?

No response

Which are the affected charts?

Redpanda

Chart Version(s)

$ helm -n <redpanda-release-namespace> list 
# paste output here

Cloud provider

JIRA Link: K8S-311

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant