-
Notifications
You must be signed in to change notification settings - Fork 204
[release-4.18] OCPBUGS-58450: Failing=Unknown upon long CO updating #1211
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
Merged
openshift-merge-bot
merged 3 commits into
openshift:release-4.18
from
openshift-cherrypick-robot:cherry-pick-1165-to-release-4.18
Aug 19, 2025
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
more testing notes, since we had some questions about metrics handling.
launch 4.18 aws
to Cluster Bot (logs) and a new payload with this change viabuild 4.18,openshift/cluster-version-operator#1211
(logs). Cordon compute, to block ingress, registry, etc. from being able to roll out new workloads:$ oc adm cordon -l node-role.kubernetes.io/worker=
Then launch the update, using
--force
to blast through the use of a by-tag:latest
pullspec (it's a throw away cluster, I'll accept the risk that the registry changes whatlatest
points at) and the lack of signature (no production signatures on CI-built release images):I didn't set
no-spot
when requesting the cluster, so run a cordon again once this new Machine comes up:And the update gets stuck on the cordon, but the image-registry operator complains about the sticking (good for admins, but means we don't exercise this
SlowClusterOperator
logic.I might need to use openshift/cluster-image-registry-operator#1227, or try again with ClusterVersion
overrides
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, trying on a fresh Cluster Bot
launch 4.17.27 aws
(logs) with anoverrides
entry instead of the cordoning, to try and get the stale-but-nominally-happy ClusterOperator content needed to triggerSlowClusterOperator
:$ oc patch clusterversion.config.openshift.io version --type json -p '[{"op": "add", "path": "/spec/overrides", "value": [{"kind": "Deployment", "group": "apps", "namespace": "openshift-image-registry", "name": "cluster-image-registry-operator", "unmanaged": true}]}]'
Then launch the update, using
--force
to blast through the use of a by-tag:latest
pullspec (it's a throw away cluster, I'll accept the risk that the registry changes whatlatest
points at) and the lack of signature (no production signatures on CI-built release images):And some time later:
And in platform monitoring:
shows the
Failing
metric going away when it moves fromFailing=False
toFailing=Unknown
, ~30m aftergroup by (version) (cluster_operator_up{name="console"})
shows the also-runlevel-50console
ClusterOperator finishing its update (by which point, we'll also have been waiting on theimage-registry
ClusterOperator for ~30m).That's also when
ClusterOperatorDegraded
starts firing forname="version"
:And while we don't have a great
reason
like "because the metric we expect to see has disappeared", the alert description is probably still workable:Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @wking Thanks for the testing, do we need to take some action for
metric we expect to see has disappeared
or is it ok to proceed with current metric representation.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @wking saw the slack comments https://redhat-internal.slack.com/archives/CJ1J9C3V4/p1752094519486299?thread_ts=1751905557.779399&cid=CJ1J9C3V4