Closed tkashem closed 7 months ago
/cc @p0lyn0mial
/hold
(until https://github.com/openshift/kubernetes/pull/1924 merges)
@tkashem: This pull request references Jira Issue OCPBUGS-31384, which is valid.
Requesting review from QA contact: /cc @wangke19
The bug has been updated to refer to the pull request using the external bug tracker.
/retest-required
it also requires https://github.com/openshift/kubernetes/pull/1929
/retest-required
/lgtm
/cc @vrutkovs
/retest-required
/retest-required
/retest
/retest-required
/retest-required
/retest-required
e2e-gcp-operator
fails on TestCertRotationStompOnBadType
for which i've opened https://github.com/openshift/kubernetes/pull/1932
in general due to the platform's long history (spanning several years) and the complexity of ensuring that resources were consistently created with only one type I think that we should relax the restrictions on allowed type mutation transitions.
issues like event happened 4009 times, something is wrong: node/ip-10-0-102-140.us-east-2.compute.internal hmsg/e82226461c - reason/ConfigMapUpdated Updated ConfigMap/kube-control-plane-signer-ca -n openshift-kube-apiserver-operator: result=reject
will be fixed by https://github.com/openshift/cluster-kube-apiserver-operator/pull/1661
/retest-required
https://github.com/openshift/cluster-kube-apiserver-operator/pull/1661 merged which should unblock all jobs except e2e-gcp-operator
which will be unblocked by https://github.com/openshift/kubernetes/pull/1932
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: p0lyn0mial, tkashem
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/hold cancel
@tkashem: 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-aws-operator-disruptive-single-node | 6c448ef5f10f33a987d2460432d47c78926fe69b | link | false | /test e2e-aws-operator-disruptive-single-node |
ci/prow/k8s-e2e-gcp-serial | 6c448ef5f10f33a987d2460432d47c78926fe69b | link | false | /test k8s-e2e-gcp-serial |
ci/prow/e2e-gcp-operator-single-node | 6c448ef5f10f33a987d2460432d47c78926fe69b | link | false | /test e2e-gcp-operator-single-node |
Full PR test history. Your PR dashboard.
@tkashem: Jira Issue OCPBUGS-31384: Some pull requests linked via external trackers have merged:
The following pull requests linked via external trackers have not merged:
These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with /jira refresh
.
Jira Issue OCPBUGS-31384 has not been moved to the MODIFIED state.
[ART PR BUILD NOTIFIER]
This PR has been included in build ose-cluster-kube-apiserver-operator-container-v4.16.0-202404041616.p0.g7599746.assembly.stream.el9 for distgit ose-cluster-kube-apiserver-operator. All builds following this will include this PR.
UseSecretUpdateOnly is intended as a short term hack for a very specific use case, and it works in tandem with a particular carry patch applied to the openshift kube-apiserver. (https://github.com/openshift/kubernetes/pull/1924)
we will remove this when we migrate all of the affected secret objects to their intended type: https://issues.redhat.com/browse/API-1800
in short tls secrets used by this operator are reconciled by multiple controllers at the same time without any coordination. the issue is that the secret's crypto material can be regenerated, which has serious consequences for the platform as it can break external clients and the cluster itself.
xref: https://github.com/openshift/library-go/pull/1705 xref: https://github.com/openshift/kubernetes/pull/1924