We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The client.cleanup finalizer hangs indefinitely. Each resource needs to be edited and the finalizers removed to get the resource to actually delete.
client.cleanup
22.0.1
kubectl delete KeycloakClient foo should work
kubectl delete KeycloakClient foo hangs indefinitely
Create a KeycloakClient resource following the README from this example: https://github.com/keycloak/keycloak-realm-operator/blob/1.0.0/deploy/examples/example-client.yaml
No response
The text was updated successfully, but these errors were encountered:
I run into the same problem with version 23.0.5. Did you find a workaround or fix for it?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The
client.cleanup
finalizer hangs indefinitely. Each resource needs to be edited and the finalizers removed to get the resource to actually delete.Version
22.0.1
Expected behavior
kubectl delete KeycloakClient foo should work
Actual behavior
kubectl delete KeycloakClient foo hangs indefinitely
How to Reproduce?
Create a KeycloakClient resource following the README from this example: https://github.com/keycloak/keycloak-realm-operator/blob/1.0.0/deploy/examples/example-client.yaml
Anything else?
No response
The text was updated successfully, but these errors were encountered: