-
Bug
-
Resolution: Done
-
Blocker
-
None
-
ACM 2.14.0
-
False
-
-
False
-
-
-
-
Critical
-
Yes
Description of problem:
openshift-gitops-repo-server in crashloopbackoff after configuring it with registry.redhat.io/rhacm2/multicluster-operators-subscription image from ACM konflux bundle build.
Version-Release number of selected component (if applicable):
ACM 2.14 konflux build
How reproducible:
100%
Steps to Reproduce:
- Deploy ACM 2.14 konflux build on hub
- For gitops ZTP, configure gitops deployment with this MCE image comes from the deployed ACM: registry.redhat.io/rhacm2/multicluster-operators-subscription
- Apply the gitops deployment CR change and monitor the gitops pods
Actual results:
The image used in the gitops deployment is the one from the konflux acm bundle:
$ oc get deployment -n openshift-gitops openshift-gitops-repo-server -o yaml | grep image |grep rhacm image: registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:943528fa68b97d7c57c06b8936ae06191f4c222f28bc7dcc1ac38c3a1065d2c1
Then after that config, the gitops pod goes to crashloopbackoff with this error:
[kni@registry.kni-qe-90 ~]$ oc logs -n openshift-gitops openshift-gitops-repo-server-64c5d65d-sw9d7 policy-generator-install cp: cannot stat '/policy-generator/PolicyGenerator-not-fips-compliant': No such file or directory
openshift-gitops openshift-gitops-repo-server-64c5d65d-sw9d7 0/1 Init:CrashLoopBackOff 4 (19s ago) 2m2s
Expected results:
gitops pods running properly