-
Encountering an issue when running a Keycloak cluster with 2 pods on Kubernetes, using the default DNS_PING protocol for pod discovery. Problem description: After redeploying Keycloak with 2 pods, the cluster forms but logs show repeated warnings like: |
Beta Was this translation helpful? Give feedback.
Answered by
ahus1
Aug 12, 2025
Replies: 1 comment 5 replies
-
Thank you for reaching out. Please provide the keycloak version you use, the configuration options you used and the complete startup log of an instance with that message. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for the version and the excerpt from the log.
The version you are using is longer supported. Please upgrade to the latest version of Keycloak and see if this problem persists.
I didn't see the configuration I've asked for. Looking at the logs you might be using a deployment, where we advocate for a StatefulSet. Maybe that will resolve it. While we recommend using the Keycloak Operator, you find in the latest docs an example on how to use a manually set up StatefulSet.