-
Bug
-
Resolution: Not a Bug
-
Critical
-
None
-
odf-4.15
-
None
Description of problem (please be detailed as possible and provide log snippests):
----------------------------------------------------------------------------------
- The `odf-operator-controller-manager` pod is in a failed state with the error `CreateContainerConfigError`.
$ k get pod odf-operator-controller-manager-5d9ccf4488-w2jz6
NAME READY STATUS RESTARTS AGE
odf-operator-controller-manager-5d9ccf4488-w2jz6 1/2 CreateContainerConfigError 0 6d16h
-
-
- Container Status Inspection:
-
- The `manager` container within the pod is unable to start due to a missing ConfigMap:
$ k get pod odf-operator-controller-manager-5d9ccf4488-w2jz6 -o yaml | yq .status.containerStatuses
[...]
"state": {
"waiting":
}
-
-
- ConfigMap Missing:
-
- The required `odf-operator-manager-config` ConfigMap is not present in the cluster, leading to the container start failure.
- The ODF operator is stuck in the "Installing" phase for version `4.15.5-rhodf`:
NAME CSV APPROVAL APPROVED
install-qhv5h ocs-operator.v4.15.5-rhodf Automatic true
install-sm8d7 ocs-operator.v4.15.4-rhodf Automatic true
NAME DISPLAY VERSION REPLACES PHASE
mcg-operator.v4.15.5-rhodf NooBaa Operator 4.15.5-rhodf mcg-operator.v4.15.4-rhodf Succeeded
ocs-operator.v4.15.5-rhodf OpenShift Container Storage 4.15.5-rhodf ocs-operator.v4.15.4-rhodf Succeeded
odf-csi-addons-operator.v4.15.5-rhodf CSI Addons 4.15.5-rhodf odf-csi-addons-operator.v4.15.4-rhodf Succeeded
odf-operator.v4.15.5-rhodf OpenShift Data Foundation 4.15.5-rhodf odf-operator.v4.15.4-rhodf Installing <----
Version of all relevant components (if applicable):
ODF 4.15.5
Can this issue reproducible?
No
Can this issue reproduce from the UI?
No
- external trackers