-
Notifications
You must be signed in to change notification settings - Fork 45
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
allow custom dns query #258
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @datianshi. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/ok-to-test |
@datianshi: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #258 +/- ##
==========================================
+ Coverage 24.85% 25.08% +0.22%
==========================================
Files 23 24 +1
Lines 1738 1802 +64
==========================================
+ Hits 432 452 +20
- Misses 1284 1327 +43
- Partials 22 23 +1
|
Hi @datianshi, thanks for the PR! My understanding of these OSD/ROSA docs is that users must not use custom DNS resolvers during cluster installation (but they can set them up after cluster installation completes, if they wish). IOW, a cluster's bootstrap/control-plane nodes can only use "AmazonProvidedDNS" a.k.a. Route53 Resolver until cluster installation is complete. osd-network-verifier's goals include simulating a "mid-cluster-install bootstrap/control-plane node" as closely as possible while still complying with OSD/ROSA docs. It would seem that this PR does not serve that goal, as it would give the verifier the power to do something (make queries to a custom DNS resolver) that the OSD/ROSA docs say a cluster's nodes cannot do — at least, not during cluster installation/in-flight checks, which is when the temporary security group that this PR modifies would be used. I'll note that the network verifier can use existing security groups if specified using the
(I added Of course, I'm open to discussion 🙂. Please let me know if I'm misunderstanding the linked docs or the goals of this PR |
@abyrne55 after today's discussion in the MCS call, our documentation is being updated to properly reflect that it is supported to use custom DHCP options. As such, I think this fix is acceptable and would ensure we are catching any sort of DNS resolution related problems for customers operating with custom DHCP options. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
What does this PR do? / Related Issues / Jira
Checklist
Reviewer's Checklist
How to test this PR locally / Special Instructions
Logs