-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.12.0
-
None
-
None
-
SDN Sprint 225
-
1
-
False
-
-
NA
-
Bug Fix
Description of problem:
The installed operators have the CSV with timestamp that indicates date it was built. The ingress node firewall operator does not have it. Other operators have it. oc get csv -n openshift-sriov-network-operator NAME DISPLAY VERSION REPLACES PHASE metallb-operator.4.12.0-202209161347 MetalLB Operator 4.12.0-202209161347 metallb-operator.4.11.0-202209161807 Succeeded sriov-network-operator.4.11.0-202209161807 SR-IOV Network Operator 4.11.0-202209161807 Succeeded
Version-Release number of selected component (if applicable):
4.12
How reproducible:
Always
Steps to Reproduce:
1. Install the ingress node firewall operator successfully 2. Issue oc get csv -n <namespace> once the installation completes.
Actual results:
oc get csv -n openshift-ingress-node-firewall NAME DISPLAY VERSION REPLACES PHASE ingress-node-firewall.v0.0.1 ingress-node-firewall-operator 0.0.1 Succeeded
Expected results:
oc get csv -n openshift-ingress-node-firewall like below:- NAME DISPLAY VERSION REPLACES PHASE Succeeded metallb-operator.4.12.0-202209161347 MetalLB Operator 4.12.0-202209161347 metallb-operator.4.11.0-202209161807 Succeeded
Additional info: