Bug 2069068
Summary: | reconciling Prometheus Operator Deployment failed while upgrading from 4.7.46 to 4.8.35 | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Junqi Zhao <juzhao> |
Component: | Monitoring | Assignee: | Joao Marcal <jmarcal> |
Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> |
Severity: | medium | Docs Contact: | Brian Burt <bburt> |
Priority: | medium | ||
Version: | 4.8 | CC: | amuller, anpicker, aos-bugs, bburt, hongyli, spasquie |
Target Milestone: | --- | ||
Target Release: | 4.11.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Before this update, CMO after deleting a deployment did not wait for its deletion to be completed which caused some reconciliation errors. With this update, CMO now waits for the deletion of the deployments to happen before trying to recreate them which resolves the issue.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2022-08-10 11:02:19 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Junqi Zhao
2022-03-28 08:10:24 UTC
Disconnected UPI on AWS & Private 4.10.15 cluster upgrades to 4.11.0-0.nightly-2022-05-18-010528 without error, prometheus-operator works well. # oc get node NAME STATUS ROLES AGE VERSION ip-10-0-57-4.us-east-2.compute.internal Ready worker 4h44m v1.23.3+69213f8 ip-10-0-61-83.us-east-2.compute.internal Ready master 4h57m v1.23.3+69213f8 ip-10-0-63-169.us-east-2.compute.internal Ready master 4h58m v1.23.3+69213f8 ip-10-0-65-35.us-east-2.compute.internal Ready worker 4h44m v1.23.3+69213f8 ip-10-0-66-26.us-east-2.compute.internal Ready master 4h57m v1.23.3+69213f8 # oc get co monitoring NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE monitoring 4.11.0-0.nightly-2022-05-18-010528 True False False 4h42m # oc -n openshift-monitoring get pod | grep prometheus-operator oc admprometheus-operator-9b6df5f-tj7sh 2/2 Running 0 44m ... Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Container Platform 4.11.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:5069 |