-
Bug
-
Resolution: Done-Errata
-
Minor
-
None
-
Quality / Stability / Reliability
-
False
-
False
-
CLOSED
-
Moderate
-
No
Description of problem:
----------------------
Among the OLM deployments within the openshift-cnv namespace, virt-operator pod is one that does not have a name label.
Version-Release number of selected component (if applicable):
------------------------------------------------------------
4.9.0-167
How reproducible:
----------------
100%
Steps to Reproduce:
------------------
$ oc get pod -n openshift-cnv virt-operator-9b97486b-gq7rn -ojson |jq '.metadata.labels'
{
"app.kubernetes.io/component": "compute",
"app.kubernetes.io/managed-by": "olm",
"app.kubernetes.io/part-of": "hyperconverged-cluster",
"app.kubernetes.io/version": "v4.9.0",
"kubevirt.io": "virt-operator",
"pod-template-hash": "9b97486b",
"prometheus.kubevirt.io": ""
}
Actual results:
--------------
no "name" label.
Expected results:
----------------
The pod should have a name label, e.g. "name": "virt-operator".
Additional info: