-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] KeyCloak K8s deployments may not be clustered #732
Comments
|
@przemyslavic can you update title and description of this bug? Title is saying about |
RabbitMQ part is being handled in #1395 |
I've been trying to reproduce this issue for Keycloak for 2 days without any luck. We are not sure if this one is a real thing, because nobody recollects seeing it happen. This is what I've been seeing consitently in logs (for 3 replicas in this case):
We think it's possible it got "added" to the description of the RMQ issue by mistake. The related RMQ issue #1395 is for sure real, which makes me think it's not really k8s related, but more of a something specific to RMQ itself. Closing for now. |
Describe the bug
RabbitMQ/KeyCloak deployments do not seem to be clustered. After rescaling with command
kubectl scale --replicas=xxx
everything works fine. Probably some restart is needed for kubelet service.To Reproduce
Deploy Epiphany cluster with RabbitMQ/KeyCloak applications configured to be clustered (
replicas: 2
or more)Use flannel CNI plugin
Expected behavior
Applications should be clustered, for example
kubectl logs rabbitmq-cluster-0 -n=queue
should contain confirmation that RabbitMQ has N nodes in the cluster.OS:
Cloud Environment:
Additional context
See log in the comment below: #732 (comment)
The text was updated successfully, but these errors were encountered: