-
Notifications
You must be signed in to change notification settings - Fork 192
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
[WIP] OCPBUGS-42045: Fix IBMCloud DNS Propagation Issues #1164
base: master
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
[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 |
/test e2e-ibmcloud-operator |
66cbc36
to
c029765
Compare
/test e2e-ibmcloud-operator |
c029765
to
133382a
Compare
/test e2e-ibmcloud-operator |
afee45c
to
34c2e67
Compare
/test e2e-ibmcloud-operator |
To make sure I didn't break anything: |
Success! |
4f8b44e
to
34c2e67
Compare
Yup, it failed, that's a good thing 👍 Added the |
34c2e67
to
9f6e396
Compare
/test e2e-ibmcloud-operator |
success, but failed on deprovisioning: |
Failure with:
Looks like a flake in which the router didn't admit the router within 1 minute. That's odd, but I doubt specific to IBMCloud. |
@gcs278: This pull request references Jira Issue OCPBUGS-42045, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
Resolves IBMCloud DNS names within the cluster, as they do not propagate to the test runner clusters in a reasonable time. Additionally, it adds a warmup period since IBMCloud clusters have an unconfigurable 30-minute negative cache. The warmup period delays DNS queries until the name is resolvable to prevent it from being negatively cached.
9f6e396
to
941bff1
Compare
okay DNS failed again. Increased warmup period to 5 minute which is what I found in #1132 (comment) |
At 6 minute warmup time, it failed 1/6 of the time. So 7 minutes is the minimum. |
@gcs278: The following tests failed, say
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. |
Resolves IBMCloud DNS names inside the cluster because they don't propagate to the test runner clusters in a reasonable time.