-
Bug
-
Resolution: Won't Do
-
Normal
-
None
-
4.18
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
Inconsistency in the `oc describe infraenv` output, the nmstateConfigLabelSelector labels changes.
Version-Release number of selected component (if applicable):
4.18
How reproducible:
100%
Steps to Reproduce:
oc get infraenv myinfraenv -o yaml ... ... nmStateConfigLabelSelector: matchLabels: nmstate-label: nodepool ----> Label oc describe infraenv myinfraenv ... ... Nm State Config Label Selector: Match Labels: Nmstate - Label: nodepool ----> Label As you can see above the label `nmstate-label: nodepool` showing differently in `oc describe infraenv myinfraenv` output.
Actual results:
The nmstateConfigLabelSelector labels changes. Correct label is nmstate-label: nodepool, but `oc describe infraenv` shows `Nmstate - Label: nodepool`
Expected results:
The labels should not show discrepancy even in the `oc describe infraenv` output.
Additional info: