-
Bug
-
Resolution: Done-Errata
-
Major
-
4.14.0
-
None
-
No
-
SDN Sprint 244, SDN Sprint 245
-
2
-
Rejected
-
False
-
This is a clone of issue OCPBUGS-18569. The following is the description of the original issue:
—
We are seeing flakes on CNO pod restarts flake in hypershift CI on the hypershift control plane
W0905 11:42:53.359515 1 builder.go:106] graceful termination failed, controllers failed with error: failed to get infrastructure name: infrastructureName not set in infrastructure 'cluster'
The current backoff is set to retry.DefaultBackoff which is appropriate for 409 conflicts and only retries for < 1s
var DefaultBackoff = wait.Backoff{
Steps: 4,
Duration: 10 * time.Millisecond,
Factor: 5.0,
Jitter: 0.1,
}
Elsewhere in the codebase, retry.DefaultBackoff is used with retry.RetryOnConflict() where it is appropriate, but we need to retry for much longer here and much less frequently.
- clones
-
OCPBUGS-18569 CNO pod restart in hypershift CI
- Closed
- is blocked by
-
OCPBUGS-18569 CNO pod restart in hypershift CI
- Closed
- links to
-
RHBA-2023:7599 OpenShift Container Platform 4.14.z bug fix update