-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
7.7.1.GA, 7.8.0.GA
-
None
-
Environment: rhpam77-prod.yaml
-
CR2
-
Given one environment with 3 or more pods of one Kie Server (such as rhpam77-prod.yaml environment)
When we deploy a container using Business Central into this Kie Server
Then the container should be started in the 3 or more pods
At the moment, the container is only available in one pod.
In order to check this, we need to enter in each pod terminal and check the containers individually:
> curl -u yoda:usetheforce123@ -X GET http://localhost:8080/services/rest/server/containers
Only one POD will return the container, the others will not. Expected is that all the pods are synchronised each other.
Also, I waited some time so pods can eventually start synchronising but it never happened after a while.
- relates to
-
JBPM-9134 Synchronisation of clustered controllers with Kie servers not working
- Closed