-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.18
-
None
-
False
-
Description of problem:
In an effort to ensure all HA components are not degraded by design during normal e2e test or upgrades, we are collecting all operators that are blipping Degraded=True during any payload job run. This card captures openshift-controller-manager operator that blips Degraded=True during upgrade runs. Example Job: https://prow.ci.openshift.org/view/gs/test-platform-results/logs/periodic-ci-openshift-release-master-ci-4.18-upgrade-from-stable-4.17-e2e-gcp-ovn-rt-upgrade/1843561647470284800 Reasons associated with the blip: OpenshiftControllerManagerStaticResources_SyncError For now, we are putting an exception in the test. But it is expected that teams take action to fix those and remove the exceptions after the fix go in. The exception will be in this area of code: https://github.com/openshift/origin/blob/e5e76d7ca739b5699639dd4c500f6c076c697da6/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go#L268 See linked issue for more explanation on the effort.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info:
- relates to
-
TRT-1578 Ensure all HA components are not degraded by design during upgrades
- New