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

Fix external-dns SA definition #171

Merged
merged 1 commit into from
Oct 7, 2020
Merged

Fix external-dns SA definition #171

merged 1 commit into from
Oct 7, 2020

Conversation

ytsarev
Copy link
Member

@ytsarev ytsarev commented Oct 7, 2020

  • Externaldns Service Account definition was duplicated between coredns
    and route53 externaldns manifests
  • Consolidate it in the main one with route53 keeping IRSA annotation

* Externaldns Service Account definition was duplicated between coredns
  and route53 externaldns manifests
* Consolidate it in the main one with route53 keeping IRSA annotation
@@ -36,6 +26,7 @@ spec:
- --aws-zone-type=public # only look at public hosted zones (valid values are public, private or no value for both)
- --registry=txt
- --txt-owner-id= {{ .Values.route53.hostedZoneID }}
- --log-level=debug # debug only
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug by default?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like leftover from debugging

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@k0da yes, by default. It's not super verbose still useful. We are using the same for coredns external-dns instance.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ytsarev worth to mention it in a commit message then

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@k0da sorry, missed this one, will document properly during next iteration

@ytsarev ytsarev merged commit ce82dc2 into master Oct 7, 2020
@ytsarev ytsarev deleted the route53safix branch October 7, 2020 15:14
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

Successfully merging this pull request may close these issues.

3 participants