-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.14, 4.15, 4.16
-
No
-
CLOUD Sprint 263, CLOUD Sprint 264, CLOUD Sprint 262
-
3
-
False
-
-
-
Bug Fix
-
In Progress
Description of problem:
machine-approver logs
E0221 20:29:52.377443 1 controller.go:182] csr-dm7zr: Pending CSRs: 1871; Max pending allowed: 604. Difference between pending CSRs and machines > 100. Ignoring all CSRs as too many recent pending CSRs seen
.
oc get csr |wc -l
3818
oc get csr |grep "node-bootstrapper" |wc -l
2152
By approving the pending CSR manually I can get the cluster to scaleup.
We can increase the maxPending to a higher number https://github.com/openshift/cluster-machine-approver/blob/2d68698410d7e6239dafa6749cc454272508db19/pkg/controller/controller.go#L330
- blocks
-
OCPBUGS-46425 Too many pending CSRs lead to scaleup failures when scaling to 500 nodes
- ON_QA
-
OCPBUGS-41551 Nodes to Node and subsequently pod to pod communication are repeatedly degrading despite multiple OVN DB rebuilds to fix the issue
- Closed
- is cloned by
-
OCPBUGS-46425 Too many pending CSRs lead to scaleup failures when scaling to 500 nodes
- ON_QA
- links to