Description of problem: ACM is trying to integrate with the assisted installer operator by including the assisted installer operator into the ACM bundle during the bundle integration process we notice the following error ``` Error: CSV is defining permissions for the default service account Error: CSV deployment assisted-service-operator is using the default service account. Install deployment: assisted-service-operator ``` Version-Release number of selected component (if applicable): version 0.0.2 in ocm-2.3 channel How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Is there a place this work item is being tracked, as I don't see any updates inBX
@haoli could you please provide some more information on how to reproduce this issue? thanks
@cchun - Do you have any idea how to reproduce this? I'm not sure how much longer Hao will be out.
@ccrum All you need to do is take a look at the infrastructure-operator's deployment to see what serviceaccount it's using (should be assisted-service). If you create an agentserviceconfig, the resulting assisted-service deployment should also be using assisted-service for it's serviceaccount.
This has been validated in 2.3.0-DOWNSTREAM-2021-07-12-15-34-40 Service account used by assisted service pod is assisted-service [root@sealusa12 auth]# oc get pod assisted-service-549cb88686-jwvhf -o yaml | grep -i serviceaccount - mountPath: /var/run/secrets/kubernetes.io/serviceaccount - mountPath: /var/run/secrets/kubernetes.io/serviceaccount serviceAccount: assisted-service serviceAccountName: assisted-service [root@sealusa12 auth]# oc get deployment infrastructure-operator -o yaml | grep -i serviceaccount fieldPath: spec.serviceAccountName serviceAccount: assisted-service serviceAccountName: assisted-service
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2438