-
Bug
-
Resolution: Unresolved
-
Undefined
-
4.18.z
Description of problem:
When installing LCA 4.18 from quay.io/redhat-user-workloads/telco-5g-tenant/lifecycle-agent-fbc-4-18:latest, the CSV remains in pending state due to minKubeVersion not being in x.y.z format.
$ oc get csv -n openshift-lifecycle-agent lifecycle-agent.v4.18.1 -o yaml | yq e .spec.minKubeVersion - 1.31
Upon patching the minKubeVersion, the installation proceeds
$ oc patch csv lifecycle-agent.v4.18.1 -n openshift-lifecycle-agent --type='json' -p='[{"op": "replace", "path": "/spec/minKubeVersion", "value": "1.31.0"}]' clusterserviceversion.operators.coreos.com/lifecycle-agent.v4.18.1 patched $ oc get csv -n openshift-lifecycle-agent lifecycle-agent.v4.18.1 -o yaml | yq e .spec.minKubeVersion - 1.31.0 $ oc get csv -n openshift-lifecycle-agent -w NAME DISPLAY VERSION REPLACES PHASE lifecycle-agent.v4.18.1 Lifecycle Agent 4.18.1 lifecycle-agent.v4.18.0 Installing lifecycle-agent.v4.18.1 Lifecycle Agent 4.18.1 lifecycle-agent.v4.18.0 Succeeded
Version-Release number of selected component (if applicable):
4.18.1
How reproducible:
1/1
Steps to Reproduce:
1. Install LCA from quay.io/redhat-user-workloads/telco-5g-tenant/lifecycle-agent-fbc-4-18:latest
Actual results:
CSV is in pending state
Expected results:
CSV installs successfully
- links to