Hi!
I am trying to host a highly available Keycloak on a Openshift cluster using Keycloak operator and I have some issues:
- If the image version is changed then the application is not available for a certain amount of time… all the pods are terminated before update. Is this the wanted behavior?
- Is there a way to set the podManagementPolicy (that is present in the Stateful Set) to ‘Parallel’ instead of ‘OrderedReady’ ?
Thank you!
Best of regards!