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

A-MQ Broker Operator version 7.11, does not accept latest AMQ Broker 7.10 versions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Critical
    • None
    • AMQ 7.11.6.OPR.2.GA
    • operator
    • None
    • False
    • None
    • False
    • Hide
      • Install an AMQ Broker Operator version 7.10
      • Create a CR as follows
      apiVersion: broker.amq.io/v1beta1
      kind: ActiveMQArtemis
      metadata:
        name: ex-aao
        namespace: broker
      spec:
        deploymentPlan:
          jolokiaAgentEnabled: false
          journalType: nio
          managementRBACEnabled: true
          messageMigration: false
          persistenceEnabled: false
          requireLogin: false
          size: 1
        version: 7.10.6
      • Delete the AMQ Broker Operator 7.10 and install the AMQ Broker Operator 7.11
      • Check the CR status
      status: conditions: - lastTransitionTime: "2024-02-28T21:16:05Z" message: .Spec.Version does not resolve to a supported broker version, reason did not find a matching broker in the supported list for 7.10.6  

       

      Show
      Install an AMQ Broker Operator version 7.10 Create a CR as follows apiVersion: broker.amq.io/v1beta1 kind: ActiveMQArtemis metadata:   name: ex-aao   namespace: broker spec:   deploymentPlan:     jolokiaAgentEnabled: false     journalType: nio     managementRBACEnabled: true     messageMigration: false     persistenceEnabled: false     requireLogin: false     size: 1   version: 7.10.6 Delete the AMQ Broker Operator 7.10 and install the AMQ Broker Operator 7.11 Check the CR status status: conditions: - lastTransitionTime: "2024-02-28T21:16:05Z" message: .Spec.Version does not resolve to a supported broker version, reason did not find a matching broker in the supported list for 7.10.6  
    • Critical

    Description

      After deleting AMQ Broker Operator 7.10 and installing AMQ Broker Operator 7.11, this does not support the latest A-MQ 7.10 versions

      For example, when trying to manage a broker instance with version 7.10.6 with a AMQ Broker Operator 7.11, the following message appears on the CR

      status:
          conditions:
          - lastTransitionTime: "2024-02-28T21:16:05Z"
            message: .Spec.Version does not resolve to a supported broker version, reason
              did not find a matching broker in the supported list for 7.10.6 

       

      Attachments

        Activity

          People

            dbruscin Domenico Francesco Bruscino
            rhn-support-anarvaez Alfredo Narvaez
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: