This is a clone of issue OCPBUGS-30245. The following is the description of the original issue:
—
This is a clone of issue OCPBUGS-29717. The following is the description of the original issue:
—
Description of problem:
From profiling on cert rotation we know that the node informer is called every couple of seconds on node heartbeats. This PR will ensure that all our node listers only ever listen/inform on the master node updates to reduce the frequency of unnecessary sync calls. Also related to the issue, increasing the amount of node status updates: OCPBUGS-29713 OCPBUGS-29424
Version-Release number of selected component (if applicable):
4.16 down to 4.12, we need to check all versions
How reproducible:
always
Steps to Reproduce:
1. create a cluster 2. look at some metric (eg sum(rate(apiserver_request_total{resource="nodes"}[5m])))) 3. observe some improvement over previous state
Actual results:
increased amount of CPU usage for CEO / QPS to apiserver
Expected results:
less amount of CPU consumed for CEO / QPS to apiserver
Additional info:
already fixed in 4.16 with https://github.com/openshift/cluster-etcd-operator/pull/1205 creating this ticket for backporting
- clones
-
OCPBUGS-30245 [4.13] Replace nodelister with master nodelister everywhere
- Closed
- is blocked by
-
OCPBUGS-30245 [4.13] Replace nodelister with master nodelister everywhere
- Closed
- links to
-
RHBA-2024:1896 OpenShift Container Platform 4.12.z bug fix update