Uploaded image for project: 'A-MQ Messaging-as-a-Service'
  1. A-MQ Messaging-as-a-Service
  2. ENTMQMAAS-1472

Docs: add OLM install known issue and workaround to RNs

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 1.3.0
    • 1.3.0
    • documentation

      Need to add the following to the 1.3 RNs known issues (ENTMQMAAS-1469):
      (From Ulf)

      When installing via OLM, some permissions required for AMQ Online to function are missing.

      To resolve:
      Save the following to a file (permissions.yaml) and modify

      {ProductNamespace} to the namespace where you install AMQ Online. Then run oc apply -n {ProductNamespace}

      -f permissions.yaml:

      apiVersion: rbac.authorization.k8s.io/v1
      kind: Role
      metadata:
      labels:
      app: enmasse
      name: enmasse.io:configmap-finalizer
      rules:

      • apiGroups: [ "" ]
        resources: [ "configmaps/finalizers" ]
        verbs: [ "create", "update", "patch", "get", "list", "watch", "delete" ]

        apiVersion: rbac.authorization.k8s.io/v1
        kind: RoleBinding
        metadata:
        name: "configmap-finalizer"
        labels:
        app: enmasse
        roleRef:
        apiGroup: rbac.authorization.k8s.io
        kind: Role
        name: enmasse.io:configmap-finalizer
        subjects:
      • kind: Group
        name: system:serviceaccounts: {ProductNamespace}

              rhn-support-jmalloy Jennifer Malloy
              rhn-support-jmalloy Jennifer Malloy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: