Last Modified: Jan 30, 2025
Affected Product(s):
F5OS Velos
Fixed In:
F5OS-C 1.8.0
Opened: May 17, 2024 Severity: 3-Major
The openshift cluster does not operate properly and the controller-manager pods are in a crash loop.
Openshift cluster will not operate correctly since controller-manger pods are in running state.
When the metrics server pod exits it causes the controller-manager pods to go into a crash loop.
If you see the metrics-server pod that is in the exit state, the following commands can be run at the root shell prompt. 1. Run oc get pods -n kube-system |grep -i metrics and get the pod name. 2. Run oc delete -n kube-system pod/<pod-name>
None