You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2022. It is now read-only.
When using the official dotcms/hazelcast:3.9.2-os image in a Deployment/replicaset with more than one replica, the instances of hazelcast do not create a single cluster.
To reproduce:
This can be reproduced locally via docker-compose for simplicity or in a kubernetes cluster.
When using the official dotcms/hazelcast:3.9.2-os image in a Deployment/replicaset with more than one replica, the instances of hazelcast do not create a single cluster.
To reproduce:
This can be reproduced locally via docker-compose for simplicity or in a kubernetes cluster.
Via docker-compose:
docker-compose up -d --scale dotcms=0 --scale db=0 --scale elasticsearch=0 --scale elasticsearch-statis=0 --scale hazelcast=3docker-compose exec hazelcast shwget -O- hazelcast:5701/hazelcast/rest/clusterseveral times.Via kubernetes:
Given the attached file
hazelcast-deployment.yml, which is a stripped down version ofhttps://github.com/brentgriffin/2018BootcampK8sDemo/blob/master/deployment.yaml with replicas set to 3. And a Kubernetes cluster:
kubectl apply -f hazelcast-deployment.ymlto deploy hazelcast to kubernetes clusterkubectl get podskubectl exec -it {podname} shwget -O- hazelcast-svc:5701/hazelcast/rest/clusterseveral times.