-
Notifications
You must be signed in to change notification settings - Fork 7
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
Limit external-dns to exactly one zone #82
Conversation
To recognize aliases, use 'type -a'; Fix for #81; Reference: https://github.com/nickumia-reisys/github-action-test/runs/5386457012?check_suite_focus=true#step:2:11, Successful Run: https://github.com/nickumia-reisys/github-action-test/runs/5386457073?check_suite_focus=true#step:3:45
b100e11
to
43dfd6f
Compare
The Bitnami one we were using (probably based on an old blog post) gets an "F" security rating in artifacthub.io despite being maintained and regularly updated. The official one gets an "A".
af3fe98
to
d96b883
Compare
(I don't know why this closed.) |
I didn't test this, but.. Reference 1: https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/aws.md#manifest-for-clusters-without-rbac-enabled Reference 2: https://github.com/kubernetes-sigs/external-dns/blob/b1ccdfed773ca678b46bf2eb815cbed89b648cbf/charts/external-dns/README.md#configuration P.S. We might need to yamlencode it, but maybe not.. https://www.terraform.io/language/functions/yamlencode#examples
Again.. no guarantee it will work, but I feel like it's easier to run it on github actions than manually :/
Due to the upgrade in helm chart, the format of some arguments changed and weren't properly accounted for
We just need to set it to be the default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
OK, this is pretty much back to where it was, as far as GSA/data.gov#3706. All that remains is properly waiting for DNS to be resolvable before proceeding with tests. |
Fixed the DNS resolution waiting-loop in |
Now blocked waiting on 18F/dns#593 |
That was quick! Now just waiting on the test to pass. |
8c01e16
to
e2e81e8
Compare
Also changes the suffix text to make it more obvious why it's there
We still leave a hint as to how people running tests manually can recover
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 🚀 🚀 🚀 🚀 🚀
See kubernetes-sigs/external-dns#422
This also ensures that
prerequisite_binaries_present
works even if the binaries are available via aliases.