Bug 2052839 - Respect overrides changes during installation
Summary: Respect overrides changes during installation
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Cluster Version Operator
Version: 4.10
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.10.z
Assignee: Jack Ottofaro
QA Contact: Yang Yang
URL:
Whiteboard:
Depends On: 2009845
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-02-10 06:43 UTC by OpenShift BugZilla Robot
Modified: 2022-03-28 12:03 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-03-28 12:03:17 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-version-operator pull 738 0 None Merged Bug 2052839: pkg/cvo/sync_worker: Use current state, not suggested state, for guarding Initializing->Updating 2022-08-10 21:13:49 UTC
Red Hat Product Errata RHBA-2022:1026 0 None None None 2022-03-28 12:03:34 UTC

Comment 1 W. Trevor King 2022-02-10 06:47:11 UTC
Almost all of this landed in 4.10 via bug 2009845.  This bug is just backporting #733, which landed after 4.10 forked off the dev branch.

Comment 4 Yang Yang 2022-03-16 04:11:10 UTC
Verifying with 4.10.0-0.nightly-2022-03-15-095541

1st attempt:

[core@yanyang0316a-nwtp7-bootstrap ~]$ journalctl -u bootkube.service |grep "overrides\|patched"
Mar 16 02:45:07 yanyang0316a-nwtp7-bootstrap.c.openshift-qe.internal bootkube.sh[2435]: Created "cvo-overrides.yaml" clusterversions.v1.config.openshift.io/version -n openshift-cluster-version
Mar 16 02:55:10 yanyang0316a-nwtp7-bootstrap.c.openshift-qe.internal bootkube.sh[2435]: Skipped "cvo-overrides.yaml" clusterversions.v1.config.openshift.io/version -n openshift-cluster-version as it already exists
Mar 16 02:55:15 yanyang0316a-nwtp7-bootstrap.c.openshift-qe.internal bootkube.sh[2435]: Sending bootstrap-finished event.Restoring CVO overrides
Mar 16 02:55:31 yanyang0316a-nwtp7-bootstrap.c.openshift-qe.internal bootkube.sh[2435]: clusterversion.config.openshift.io/version patched

[core@yanyang0316a-nwtp7-bootstrap ~]$ sudo crictl logs eee3e2d0ff825 2>&1 | grep 'Running sync.*in state\|Running sync.*dns.*cluster\|Detected while\|Ignoring detected version\|Propagating initial target version\|Running sync.* config .*cluster\|Skipping .* as unmanaged'
I0316 02:45:07.745400       1 sync_worker.go:255] Propagating initial target version {4.10.0-0.nightly-2022-03-15-095541 registry.ci.openshift.org/ocp/release@sha256:4139af33e220a5d95c91ec75921f9f637e2aa573aef03d81d6db53df046856ff false} to sync worker loop in state Initializing.
I0316 02:45:07.745993       1 sync_worker.go:511] Detected while calculating next work: version (from {  false} to {4.10.0-0.nightly-2022-03-15-095541 registry.ci.openshift.org/ocp/release@sha256:4139af33e220a5d95c91ec75921f9f637e2aa573aef03d81d6db53df046856ff false}) and overrides changes
I0316 02:45:07.746046       1 sync_worker.go:559] Running sync 4.10.0-0.nightly-2022-03-15-095541 (force=false) on generation 1 in state Initializing at attempt 0
I0316 02:45:10.758246       1 sync_worker.go:772] Running sync for config "cluster" (155 of 770)
I0316 02:45:26.032506       1 sync_worker.go:772] Running sync for dns "cluster" (23 of 770)
I0316 02:45:26.032516       1 sync_worker.go:776] Skipping dns "cluster" (23 of 770) as unmanaged
I0316 02:45:34.490506       1 sync_worker.go:776] Skipping customresourcedefinition "networks.config.openshift.io" (47 of 770) as unmanaged
I0316 02:45:35.917361       1 sync_worker.go:776] Skipping infrastructure "cluster" (26 of 770) as unmanaged
I0316 02:45:35.917379       1 sync_worker.go:776] Skipping ingress "cluster" (27 of 770) as unmanaged
I0316 02:45:35.917413       1 sync_worker.go:776] Skipping network "cluster" (28 of 770) as unmanaged
I0316 02:45:44.732988       1 sync_worker.go:776] Skipping proxy "cluster" (32 of 770) as unmanaged
I0316 02:45:44.733004       1 sync_worker.go:776] Skipping scheduler "cluster" (33 of 770) as unmanaged
I0316 02:45:50.757805       1 sync_worker.go:776] Skipping prometheusrule "openshift-machine-api/machine-api-operator-prometheus-rules" (737 of 770) as unmanaged
I0316 02:47:33.114104       1 sync_worker.go:559] Running sync 4.10.0-0.nightly-2022-03-15-095541 (force=false) on generation 1 in state Initializing at attempt 1
I0316 02:47:33.207514       1 sync_worker.go:772] Running sync for config "cluster" (155 of 770)
I0316 02:47:34.051578       1 sync_worker.go:776] Skipping prometheusrule "openshift-machine-api/machine-api-operator-prometheus-rules" (737 of 770) as unmanaged
I0316 02:47:39.776584       1 sync_worker.go:772] Running sync for dns "cluster" (23 of 770)
I0316 02:47:39.776594       1 sync_worker.go:776] Skipping dns "cluster" (23 of 770) as unmanaged
I0316 02:47:44.975824       1 sync_worker.go:776] Skipping infrastructure "cluster" (26 of 770) as unmanaged
I0316 02:47:44.975860       1 sync_worker.go:776] Skipping ingress "cluster" (27 of 770) as unmanaged
I0316 02:47:44.975880       1 sync_worker.go:776] Skipping network "cluster" (28 of 770) as unmanaged
I0316 02:47:45.152652       1 sync_worker.go:776] Skipping customresourcedefinition "networks.config.openshift.io" (47 of 770) as unmanaged
I0316 02:47:46.801029       1 sync_worker.go:776] Skipping proxy "cluster" (32 of 770) as unmanaged
I0316 02:47:46.801042       1 sync_worker.go:776] Skipping scheduler "cluster" (33 of 770) as unmanaged
I0316 02:50:16.333882       1 sync_worker.go:559] Running sync 4.10.0-0.nightly-2022-03-15-095541 (force=false) on generation 1 in state Initializing at attempt 2
I0316 02:50:17.489978       1 sync_worker.go:772] Running sync for config "cluster" (155 of 770)
I0316 02:50:19.940657       1 sync_worker.go:776] Skipping prometheusrule "openshift-machine-api/machine-api-operator-prometheus-rules" (737 of 770) as unmanaged
I0316 02:50:25.339841       1 sync_worker.go:772] Running sync for dns "cluster" (23 of 770)
I0316 02:50:25.339871       1 sync_worker.go:776] Skipping dns "cluster" (23 of 770) as unmanaged
I0316 02:50:27.315718       1 sync_worker.go:776] Skipping infrastructure "cluster" (26 of 770) as unmanaged
I0316 02:50:27.315731       1 sync_worker.go:776] Skipping ingress "cluster" (27 of 770) as unmanaged
I0316 02:50:27.315745       1 sync_worker.go:776] Skipping network "cluster" (28 of 770) as unmanaged
I0316 02:50:30.317139       1 sync_worker.go:776] Skipping customresourcedefinition "networks.config.openshift.io" (47 of 770) as unmanaged
I0316 02:50:32.014999       1 sync_worker.go:776] Skipping proxy "cluster" (32 of 770) as unmanaged
I0316 02:50:32.015011       1 sync_worker.go:776] Skipping scheduler "cluster" (33 of 770) as unmanaged
I0316 02:53:33.164704       1 sync_worker.go:559] Running sync 4.10.0-0.nightly-2022-03-15-095541 (force=false) on generation 1 in state Initializing at attempt 3
I0316 02:53:34.699311       1 sync_worker.go:772] Running sync for config "cluster" (155 of 770)
I0316 02:53:39.656476       1 sync_worker.go:776] Skipping customresourcedefinition "networks.config.openshift.io" (47 of 770) as unmanaged
I0316 02:53:41.176044       1 sync_worker.go:776] Skipping prometheusrule "openshift-machine-api/machine-api-operator-prometheus-rules" (737 of 770) as unmanaged
I0316 02:53:48.874755       1 sync_worker.go:772] Running sync for dns "cluster" (23 of 770)
I0316 02:53:48.874765       1 sync_worker.go:776] Skipping dns "cluster" (23 of 770) as unmanaged
I0316 02:53:49.800407       1 sync_worker.go:776] Skipping infrastructure "cluster" (26 of 770) as unmanaged
I0316 02:53:49.800424       1 sync_worker.go:776] Skipping ingress "cluster" (27 of 770) as unmanaged
I0316 02:53:49.800442       1 sync_worker.go:776] Skipping network "cluster" (28 of 770) as unmanaged
I0316 02:53:53.725608       1 sync_worker.go:776] Skipping proxy "cluster" (32 of 770) as unmanaged
I0316 02:53:53.725627       1 sync_worker.go:776] Skipping scheduler "cluster" (33 of 770) as unmanaged

[root@preserve-yangyangmerrn-1 85488]# oc -n openshift-cluster-version logs cluster-version-operator-76f966894-c65rt | grep 'Running sync.*in state\|Running sync.*dns.*cluster\|Detected while\|Ignoring detected version\|Propagating initial target version\|Running sync.* config .*cluster\|Skipping .* as unmanaged\|Result of work\|Work changed'
I0316 02:58:22.914706       1 sync_worker.go:255] Propagating initial target version {4.10.0-0.nightly-2022-03-15-095541 registry.ci.openshift.org/ocp/release@sha256:4139af33e220a5d95c91ec75921f9f637e2aa573aef03d81d6db53df046856ff false} to sync worker loop in state Initializing.
I0316 02:58:22.924892       1 sync_worker.go:511] Detected while calculating next work: version (from {  false} to {4.10.0-0.nightly-2022-03-15-095541 registry.ci.openshift.org/ocp/release@sha256:4139af33e220a5d95c91ec75921f9f637e2aa573aef03d81d6db53df046856ff false}) and overrides changes
I0316 02:58:22.926231       1 sync_worker.go:559] Running sync 4.10.0-0.nightly-2022-03-15-095541 (force=false) on generation 2 in state Initializing at attempt 0
I0316 02:58:26.086297       1 sync_worker.go:772] Running sync for config "cluster" (155 of 770)
I0316 02:58:28.363673       1 sync_worker.go:776] Skipping prometheusrule "openshift-machine-api/machine-api-operator-prometheus-rules" (737 of 770) as unmanaged
I0316 02:58:30.797305       1 sync_worker.go:772] Running sync for dns "cluster" (23 of 770)
I0316 03:01:08.896142       1 task_graph.go:546] Result of work: [Cluster operator authentication is not available Cluster operator monitoring is not available]
I0316 03:01:31.882941       1 sync_worker.go:559] Running sync 4.10.0-0.nightly-2022-03-15-095541 (force=false) on generation 2 in state Initializing at attempt 1
I0316 03:01:31.986308       1 sync_worker.go:772] Running sync for config "cluster" (155 of 770)
I0316 03:01:36.718286       1 sync_worker.go:776] Skipping prometheusrule "openshift-machine-api/machine-api-operator-prometheus-rules" (737 of 770) as unmanaged
I0316 03:01:38.942453       1 sync_worker.go:772] Running sync for dns "cluster" (23 of 770)
I0316 03:04:17.868904       1 task_graph.go:546] Result of work: [Cluster operator authentication is not available]
I0316 03:05:07.012125       1 sync_worker.go:559] Running sync 4.10.0-0.nightly-2022-03-15-095541 (force=false) on generation 2 in state Initializing at attempt 2
I0316 03:05:07.194476       1 sync_worker.go:772] Running sync for config "cluster" (155 of 770)
I0316 03:05:11.553147       1 sync_worker.go:776] Skipping prometheusrule "openshift-machine-api/machine-api-operator-prometheus-rules" (737 of 770) as unmanaged
I0316 03:05:15.057559       1 sync_worker.go:772] Running sync for dns "cluster" (23 of 770)
I0316 03:05:27.624172       1 task_graph.go:546] Result of work: []
I0316 03:08:13.595098       1 sync_worker.go:559] Running sync 4.10.0-0.nightly-2022-03-15-095541 (force=false) on generation 2 in state Reconciling at attempt 0
I0316 03:08:13.825028       1 sync_worker.go:772] Running sync for dns "cluster" (23 of 770)
I0316 03:08:24.205755       1 sync_worker.go:772] Running sync for config "cluster" (155 of 770)
I0316 03:08:29.577424       1 sync_worker.go:776] Skipping prometheusrule "openshift-machine-api/machine-api-operator-prometheus-rules" (737 of 770) as unmanaged
I0316 03:08:42.365097       1 task_graph.go:546] Result of work: []
I0316 03:11:28.334980       1 sync_worker.go:559] Running sync 4.10.0-0.nightly-2022-03-15-095541 (force=false) on generation 2 in state Reconciling at attempt 0
I0316 03:11:28.536436       1 sync_worker.go:772] Running sync for dns "cluster" (23 of 770)
I0316 03:11:38.942375       1 sync_worker.go:772] Running sync for config "cluster" (155 of 770)
I0316 03:11:44.269512       1 sync_worker.go:776] Skipping prometheusrule "openshift-machine-api/machine-api-operator-prometheus-rules" (737 of 770) as unmanaged
I0316 03:11:57.093762       1 task_graph.go:546] Result of work: []

Looks good to me. The delay between bootstrap cvo and post-install cvo occurs. Try again...

2nd attempt:

# oc -n openshift-cluster-version logs cluster-version-operator-76f966894-sb8sv | grep 'Running sync.*in state\|Running sync.*dns.*cluster\|Detected while\|Ignoring detected version\|Propagating initial target version\|Running sync.* config .*cluster\|Skipping .* as unmanaged\|Result of work\|Work changed'

I0316 03:33:32.117843       1 sync_worker.go:255] Propagating initial target version {4.10.0-0.nightly-2022-03-15-095541 registry.ci.openshift.org/ocp/release@sha256:4139af33e220a5d95c91ec75921f9f637e2aa573aef03d81d6db53df046856ff false} to sync worker loop in state Initializing.
I0316 03:33:32.118460       1 sync_worker.go:511] Detected while calculating next work: version (from {  false} to {4.10.0-0.nightly-2022-03-15-095541 registry.ci.openshift.org/ocp/release@sha256:4139af33e220a5d95c91ec75921f9f637e2aa573aef03d81d6db53df046856ff false}) and overrides changes
I0316 03:33:32.118572       1 sync_worker.go:559] Running sync 4.10.0-0.nightly-2022-03-15-095541 (force=false) on generation 1 in state Initializing at attempt 0
I0316 03:33:35.276517       1 sync_worker.go:772] Running sync for config "cluster" (155 of 770)
I0316 03:33:36.859654       1 sync_worker.go:511] Detected while considering cluster version generation 2: overrides change ([{ConfigMap  kube-system ingress-uid true} {ConfigMap  openshift-config cloud-provider-config true} {ConfigMap  kube-system cluster-config-v1 true} {DNS config.openshift.io  cluster true} {Infrastructure config.openshift.io  cluster true} {Ingress config.openshift.io  cluster true} {CustomResourceDefinition apiextensions.k8s.io  networks.config.openshift.io true} {Network config.openshift.io  cluster true} {Proxy config.openshift.io  cluster true} {Scheduler config.openshift.io  cluster true} {Secret  kube-system kube-cloud-cfg true} {ConfigMap  kube-system root-ca true} {Secret  openshift-machine-config-operator machine-config-server-tls true} {Secret  openshift-config pull-secret true} {Secret  kube-system gcp-credentials true} {Secret  kube-system kubeadmin true} {Role rbac.authorization.k8s.io kube-system gcp-creds-secret-reader true} {ConfigMap  openshift-config openshift-install-manifests true} {PrometheusRule monitoring.coreos.com openshift-machine-api machine-api-operator-prometheus-rules true}] to [{PrometheusRule monitoring.coreos.com openshift-machine-api machine-api-operator-prometheus-rules true}])
I0316 03:33:36.938504       1 task_graph.go:546] Result of work: [Could not update customresourcedefinition "clusterversions.config.openshift.io" (5 of 770) Could not update prometheusrule "openshift-cluster-version/cluster-version-operator" (11 of 770) Could not update authentication "cluster" (20 of 770) Could not update customresourcedefinition "configs.operator.openshift.io" (38 of 770) Could not update service "openshift-etcd-operator/metrics" (65 of 770) Could not update clusterrole "system:openshift:scc:hostmount" (77 of 770) Could not update kubecontrollermanager "cluster" (103 of 770) Could not update kubescheduler "cluster" (112 of 770) Could not update configmap "openshift-cloud-controller-manager-operator/cloud-controller-manager-images" (121 of 770) Could not update customresourcedefinition "firmwareschemas.metal3.io" (151 of 770) Could not update role "openshift-config-operator/prometheus-k8s" (156 of 770) Could not update credentialsrequest "openshift-cloud-credential-operator/openshift-machine-api-azure" (165 of 770) Could not update customresourcedefinition "provisionings.metal3.io" (209 of 770) Could not update customresourcedefinition "credentialsrequests.cloudcredential.openshift.io" (226 of 770) Could not update authentication "cluster" (243 of 770) Could not update clusterrole "cluster-autoscaler-operator" (258 of 770) Could not update configmap "openshift-cluster-storage-operator/csi-snapshot-controller-operator-config" (280 of 770) Could not update credentialsrequest "openshift-cloud-credential-operator/openshift-image-registry-alibaba" (298 of 770) Could not update customresourcedefinition "ingresscontrollers.operator.openshift.io" (320 of 770) Could not update namespace "openshift-kube-storage-version-migrator-operator" (337 of 770) Could not update role "openshift-cluster-machine-approver/machine-approver" (347 of 770) Could not update customresourcedefinition "podmonitors.monitoring.coreos.com" (359 of 770) Could not update credentialsrequest "openshift-cloud-credential-operator/openshift-cloud-network-config-controller-aws" (379 of 770) Could not update customresourcedefinition "tuneds.tuned.openshift.io" (383 of 770) Could not update configmap "openshift-apiserver-operator/openshift-apiserver-operator-config" (400 of 770) Could not update openshiftcontrollermanager "cluster" (412 of 770) Could not update serviceaccount "openshift-cluster-samples-operator/cluster-samples-operator" (423 of 770) Could not update credentialsrequest "openshift-cloud-credential-operator/aws-ebs-csi-driver-operator" (453 of 770) Could not update oauthclient "console" (473 of 770) Could not update rolebinding "kube-system/insights-operator-auth" (529 of 770) Could not update customresourcedefinition "clusterserviceversions.operators.coreos.com" (557 of 770) Could not update clusterrole "marketplace-operator" (591 of 770) Could not update customresourcedefinition "servicecas.operator.openshift.io" (606 of 770) Could not update customresourcedefinition "egressrouters.network.operator.openshift.io" (616 of 770) Could not update clusterrolebinding "openshift-dns-operator" (625 of 770) Could not update namespace "openshift-openstack-infra" (634 of 770) Could not update prometheusrule "openshift-cloud-credential-operator/cloud-credential-operator-alerts" (653 of 770) Could not update rolebinding "openshift-authentication/prometheus-k8s" (658 of 770) Could not update servicemonitor "openshift-image-registry/image-registry" (668 of 770) Could not update prometheusrule "openshift-cluster-machine-approver/machineapprover-rules" (673 of 770) Could not update configmap "openshift-config-managed/grafana-dashboard-cluster-total" (675 of 770) Could not update role "openshift-console-operator/prometheus-k8s" (692 of 770) Could not update role "openshift-console/prometheus-k8s" (695 of 770) Could not update prometheusrule "openshift-dns-operator/dns" (701 of 770) Could not update servicemonitor "openshift-etcd-operator/etcd-operator" (705 of 770) Could not update prometheusrule "openshift-ingress-operator/ingress-operator" (709 of 770) Could not update prometheusrule "openshift-kube-apiserver-operator/kube-apiserver-operator" (713 of 770) Could not update role "openshift-kube-controller-manager/prometheus-k8s" (722 of 770) Could not update prometheusrule "openshift-kube-scheduler-operator/kube-scheduler-operator" (729 of 770) Could not update servicemonitor "openshift-machine-api/machine-api-controllers" (736 of 770) Could not update prometheusrule "openshift-machine-config-operator/machine-config-daemon" (739 of 770) Could not update servicemonitor "openshift-operator-lifecycle-manager/olm-operator" (742 of 770) Could not update role "openshift-apiserver/prometheus-k8s" (748 of 770) Could not update role "openshift-controller-manager/prometheus-k8s" (756 of 770) Could not update customresourcedefinition "machinehealthchecks.healthchecking.openshift.io" (763 of 770)]
I0316 03:33:36.940348       1 sync_worker.go:511] Detected while calculating next work: overrides change ([{ConfigMap  kube-system ingress-uid true} {ConfigMap  openshift-config cloud-provider-config true} {ConfigMap  kube-system cluster-config-v1 true} {DNS config.openshift.io  cluster true} {Infrastructure config.openshift.io  cluster true} {Ingress config.openshift.io  cluster true} {CustomResourceDefinition apiextensions.k8s.io  networks.config.openshift.io true} {Network config.openshift.io  cluster true} {Proxy config.openshift.io  cluster true} {Scheduler config.openshift.io  cluster true} {Secret  kube-system kube-cloud-cfg true} {ConfigMap  kube-system root-ca true} {Secret  openshift-machine-config-operator machine-config-server-tls true} {Secret  openshift-config pull-secret true} {Secret  kube-system gcp-credentials true} {Secret  kube-system kubeadmin true} {Role rbac.authorization.k8s.io kube-system gcp-creds-secret-reader true} {ConfigMap  openshift-config openshift-install-manifests true} {PrometheusRule monitoring.coreos.com openshift-machine-api machine-api-operator-prometheus-rules true}] to [{PrometheusRule monitoring.coreos.com openshift-machine-api machine-api-operator-prometheus-rules true}])
I0316 03:33:36.940417       1 sync_worker.go:559] Running sync 4.10.0-0.nightly-2022-03-15-095541 (force=false) on generation 2 in state Initializing at attempt 1
I0316 03:33:40.027290       1 sync_worker.go:772] Running sync for config "cluster" (155 of 770)
I0316 03:33:40.678164       1 sync_worker.go:776] Skipping prometheusrule "openshift-machine-api/machine-api-operator-prometheus-rules" (737 of 770) as unmanaged
I0316 03:33:43.111749       1 sync_worker.go:772] Running sync for dns "cluster" (23 of 770)
I0316 03:37:09.796463       1 task_graph.go:546] Result of work: [Cluster operator authentication is not available Cluster operator monitoring is not available Cluster operator console is not available]
I0316 03:38:07.257318       1 sync_worker.go:559] Running sync 4.10.0-0.nightly-2022-03-15-095541 (force=false) on generation 2 in state Initializing at attempt 2
I0316 03:38:09.319653       1 sync_worker.go:772] Running sync for config "cluster" (155 of 770)
I0316 03:38:11.148100       1 sync_worker.go:776] Skipping prometheusrule "openshift-machine-api/machine-api-operator-prometheus-rules" (737 of 770) as unmanaged
I0316 03:38:13.519743       1 sync_worker.go:772] Running sync for dns "cluster" (23 of 770)
I0316 03:41:40.090008       1 task_graph.go:546] Result of work: [Cluster operator authentication is not available Cluster operator monitoring is not available]
I0316 03:43:36.433286       1 sync_worker.go:559] Running sync 4.10.0-0.nightly-2022-03-15-095541 (force=false) on generation 2 in state Initializing at attempt 3
I0316 03:43:37.716896       1 sync_worker.go:772] Running sync for config "cluster" (155 of 770)
I0316 03:43:40.227953       1 sync_worker.go:776] Skipping prometheusrule "openshift-machine-api/machine-api-operator-prometheus-rules" (737 of 770) as unmanaged
I0316 03:43:42.668397       1 sync_worker.go:772] Running sync for dns "cluster" (23 of 770)
I0316 03:45:16.841912       1 task_graph.go:546] Result of work: []
I0316 03:48:49.672383       1 sync_worker.go:559] Running sync 4.10.0-0.nightly-2022-03-15-095541 (force=false) on generation 2 in state Reconciling at attempt 0
I0316 03:48:49.871466       1 sync_worker.go:772] Running sync for dns "cluster" (23 of 770)
I0316 03:49:00.282401       1 sync_worker.go:772] Running sync for config "cluster" (155 of 770)
I0316 03:49:05.602771       1 sync_worker.go:776] Skipping prometheusrule "openshift-machine-api/machine-api-operator-prometheus-rules" (737 of 770) as unmanaged
I0316 03:49:18.445989       1 task_graph.go:546] Result of work: []

# oc get prometheusrule machine-api-operator-prometheus-rules -n openshift-machine-api
Error from server (NotFound): prometheusrules.monitoring.coreos.com "machine-api-operator-prometheus-rules" not found

CVO looks good. State is not transitioned to Updating from Initializing. Moving it to verified state.

Comment 7 errata-xmlrpc 2022-03-28 12:03:17 UTC
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 (OpenShift Container Platform 4.10.6 bug fix 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/RHBA-2022:1026


Note You need to log in before you can comment on or make changes to this bug.