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

wrong command to upgrade from 7.10 to 7.11 in docs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • None
    • AMQ 7.11.1.GA
    • documentation
    • None

      reference page https://access.redhat.com/documentation/en-us/red_hat_amq_broker/7.11/html/deploying_amq_broker_on_openshift/assembly_br-upgrading-operator-based-broker-deployments_broker-ocp#assembly-br-upgrading-operator-operatorhub_broker-ocp

      there are several one line command to find and relabel the ss which are wrong

      original:
      $ for pod in $(oc get pods | grep -o '^ex-aao[^ ]*') do; oc label --overwrite pods $pod ActiveMQArtemis=ex-aao application=ex-aao-app; done
      correct:
      $ for pod in $(oc get pods | grep -o '^ex-aao[^ ]*'); do oc label --overwrite pods $pod ActiveMQArtemis=ex-aao application=ex-aao-app; done

            jcliffor@redhat.com John Clifford
            lucamaf Luca Mattia Ferrari
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: