Closed liouk closed 2 months ago
@liouk: This pull request references Jira Issue OCPBUGS-41778, which is valid. The bug has been moved to the POST state.
Requesting review from QA contact: /cc @xingxingxia
The bug has been updated to refer to the pull request using the external bug tracker.
@liouk: This pull request references Jira Issue OCPBUGS-41778, which is valid.
Requesting review from QA contact: /cc @xingxingxia
/lgtm
holding off to give others time to review /hold
/lgtm
/hold cancel /lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: benluddy, liouk, p0lyn0mial
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest-required
Remaining retests: 0 against base HEAD c731008f29e6ad878389b976d5305fc8a63a6f31 and 2 for PR HEAD 13faa5faca10bb8b3501d90da071248692e932bb in total
@deads2k FYI ci/prow/e2e-aws-ovn-upgrade
failed on (might be a bug in the test):
missing acquiring stage for namespace/openshift-machine-api node/ip-10-0-90-109.ec2.internal pod/control-plane-machine-set-operator-7dc4465f5c-zz6pd uid/5704ff7b-ac83-46b1-a07c-f54a02bce1a5 container/control-plane-machine-set-operator}
/retest-required
@deads2k ci/prow/e2e-aws-ovn-upgrade
has failed for the second time in a row on missing acquiring stage
this time for namespace/openshift-cluster-storage-operator
It might be an issue with the test, given how late we are in the release cycle and that the failing test is not caused by the changes introduced in this PR are you willing to manually override the failing job?
/override ci/prow/e2e-aws-ovn-upgrade
@deads2k: Overrode contexts on behalf of deads2k: ci/prow/e2e-aws-ovn-upgrade
@liouk: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/e2e-gcp-operator-single-node | 13faa5faca10bb8b3501d90da071248692e932bb | link | false | /test e2e-gcp-operator-single-node |
ci/prow/e2e-aws-operator-disruptive-single-node | 13faa5faca10bb8b3501d90da071248692e932bb | link | false | /test e2e-aws-operator-disruptive-single-node |
Full PR test history. Your PR dashboard.
@liouk: Jira Issue OCPBUGS-41778: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-41778 has been moved to the MODIFIED state.
/cherry-pick release-4.17
@p0lyn0mial: new pull request created: #1733
[ART PR BUILD NOTIFIER]
Distgit: ose-cluster-kube-apiserver-operator This PR has been included in build ose-cluster-kube-apiserver-operator-container-v4.18.0-202409121712.p0.g49d13e8.assembly.stream.el9. All builds following this will include this PR.
This PR improves the liveness/readiness checks of the oauth-apiserver.
In particular:
healthz
withlivez
, and excludeetcd
from the probeNote that there is no need to update
shutdown-delay-duration
andterminationGracePeriodSeconds
as their values are already large enough to account for the increase in the readiness probe failure threshold (see the defaultconfig.yaml and the targetconfigcontroller.go).