Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-3657

Operator 7.7.0 service account name mismatch between operator and service account yamls

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • AMQ 7.7.0.CR3
    • AMQ 7.7.0.CR2
    • operator
    • None
    • Hide

      operator deployment fails complaining about the mistmatch of service account name.

       

      Show
      download http://download.eng.bos.redhat.com/devel/candidates/amq/AMQ-BROKER-ON-OPENSHIFT-7.7.0.CR2/amq-broker-operator-7.7.0-ocp-install-examples.zip unzip  amq-broker-operator-7.7.0-ocp-install-examples.zip cd amq-broker-operator-7.7.0-ocp-install-examples update operator.yaml to point to broker image: registry-proxy.engineering.redhat.com/rh-osbs/amq-broker-7-amq-broker-77-openshift:7.7-3 update operator.yaml to point to broker operator: registry-proxy.engineering.redhat.com/rh-osbs/amq7-amq-broker-rhel7-operator:0.15-1 oc new-project tb-test oc create -f deploy/service_account.yaml oc create -f deploy/role.yaml oc create -f deploy/role_binding.yaml oc create -f deploy/crds/broker_activemqartemis_crd.yaml oc create -f deploy/crds/broker_activemqartemisaddress_crd.yaml oc create -f deploy/crds/broker_activemqartemisscaledown_crd.yaml oc create -f deploy/operator.yaml operator deployment fails complaining about the mistmatch of service account name.  

      There is a mismatch between the service account name used in service_account.yaml vs the name used in operator.yaml.

       

      cat service_account.yaml |grep name
      name: amq-broker-operator

      cat operator.yaml |grep serviceAccountName
      serviceAccountName: activemq-artemis-operator

            gaohoward Howard Gao
            tbueno@redhat.com Tiago Bueno
            Tiago Bueno Tiago Bueno
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: