-
Notifications
You must be signed in to change notification settings - Fork 222
OCPBUGS-28673: implement connect timeout tuning option #1035
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
OCPBUGS-28673: implement connect timeout tuning option #1035
Conversation
|
@alebedev87: This pull request references Jira Issue OCPBUGS-28673, which is valid. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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. |
dfff547 to
08b1b2a
Compare
49443b7 to
f38c147
Compare
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
/assign |
|
/hold Let's hold this PR until #1045 is merged. This way the update generated CRD problem will be addressed separately from the connect timeout bug. |
f38c147 to
15785bf
Compare
|
/unhold |
|
/retest |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rfredette The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@alebedev87: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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/test-infra repository. I understand the commands that are listed here. |
|
@alebedev87: Jira Issue OCPBUGS-28673: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-28673 has been moved to the MODIFIED state. DetailsIn 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. |
|
[ART PR BUILD NOTIFIER] This PR has been included in build ose-cluster-ingress-operator-container-v4.16.0-202404222343.p0.gb7d42a2.assembly.stream.el9 for distgit ose-cluster-ingress-operator. |
|
Fix included in accepted release 4.16.0-0.nightly-2024-04-26-145258 |
This PR implements the connect timeout tuning option. The corresponding API PR: openshift/api#1829.
Also, the way the CRDs are copied from the vendored API has changed. The IngressController and DNSRecord CRDs were moved to dedicated packages following the introduction of a new method for generating CRDs in the OpenShift API (openshift/api#1803). This PR adds these new packages as tool imports to make use of the go.mod versioning and to be able to
go getthem before copying into manifests directory.