-
Bug
-
Resolution: Done
-
Major
-
AMQ 7.7.0.GA
-
None
-
False
-
False
-
-
Documented as Known Issue
-
Pods listed in AMQ Broker status are indexed from 1, whereas the real operator pods are indexed from 0, thus the values (pod names) listed in Pod Status do not reflect the reality.
amq-broker-operator.v0.15.0
Deploy an AMQ Broker operator CR with size=2 and watch the activemqartemises resource.
The pod names are indexed from 0
$ oc get pod NAME READY STATUS RESTARTS AGE ... amq-operator-test-broker-ss-0 1/1 Running 0 40s amq-operator-test-broker-ss-1 0/1 ContainerCreating 0 3s
but pods listed in Pod Status are indexed from 1
$ oc describe activemqartemises ... Status: Pod Status: Ready: amq-operator-test-broker-ss-1 Starting: amq-operator-test-broker-ss-2
- duplicates
-
ENTMQBR-3333 Pod naming disperency between Logs and actual StatefulSet
- Closed