-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
add node-internal-dns/node-external-dns address pass-through support #10852
Conversation
Signed-off-by: Arne Winter <github@arnewinter.dev>
b522303
to
90406a0
Compare
/trivy |
|
Signed-off-by: Arne Winter <github@arnewinter.dev>
Signed-off-by: Arne Winter <github@arnewinter.dev>
Signed-off-by: Arne Winter <github@arnewinter.dev>
Signed-off-by: Arne Winter <github@arnewinter.dev>
Signed-off-by: Arne Winter <github@arnewinter.dev>
Thank you for your guidance @brandond I have compiled the artifact and both external and internal dns entries are now populated:
|
It LGTM but you added some unnecessary fields to the AgentConfig. Once those comments are addressed i think we're set. Thanks! |
Signed-off-by: Arne Winter <github@arnewinter.dev>
hey @brandond i applied ur suggestions I could also verify that settings multiple --external-node-dns flags works :) |
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.
last nit
Co-authored-by: Brad Davidson <brad@oatmail.org> Signed-off-by: Arne Winter <github@arnewinter.dev>
Co-authored-by: Brad Davidson <brad@oatmail.org> Signed-off-by: Arne Winter <github@arnewinter.dev>
we can merge this to master, but today is the last day before code freeze for the September releases.. so I'm scheduling it to wait until next month to hit the release branches. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #10852 +/- ##
==========================================
- Coverage 49.98% 43.94% -6.04%
==========================================
Files 178 178
Lines 14777 14801 +24
==========================================
- Hits 7386 6505 -881
- Misses 6048 7091 +1043
+ Partials 1343 1205 -138
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…3s-io#10852) * add --node-internal-dns and --node-external-dns Signed-off-by: Arne Winter <github@arnewinter.dev> Co-authored-by: Brad Davidson <brad@oatmail.org>
…3s-io#10852) * add --node-internal-dns and --node-external-dns Signed-off-by: Arne Winter <github@arnewinter.dev> Co-authored-by: Brad Davidson <brad@oatmail.org> (cherry picked from commit c4c11e5) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
…3s-io#10852) * add --node-internal-dns and --node-external-dns Signed-off-by: Arne Winter <github@arnewinter.dev> Co-authored-by: Brad Davidson <brad@oatmail.org> (cherry picked from commit c4c11e5) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
…3s-io#10852) * add --node-internal-dns and --node-external-dns Signed-off-by: Arne Winter <github@arnewinter.dev> Co-authored-by: Brad Davidson <brad@oatmail.org> (cherry picked from commit c4c11e5) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Proposed Changes
Add support for setting NodeInternalDNS and NodeExternalDNS addresses via stub cloud provider
Types of Changes
enhancement
Verification
now yields:
As you can see it correctly sets the ExternalDNS address.
Testing
Linked Issues
User-Facing Change
Further Comments