Skip to content

Commit

Permalink
Finalizing the verification of the deployment for Keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Oct 30, 2023
1 parent 2e2648e commit c424009
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/kubernetes/modules/ROOT/pages/running/keycloak-deployment.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ Previous versions of this documentation recommended to disable the liveness and
With https://github.com/keycloak/keycloak/issues/22109[keycloak#22109] being available in Keycloak 22.0.5, this is no longer recommended.
====

== Verifying the deployment

Confirm that the Keycloak deployment is ready.

[source,bash]
----
kubectl wait --for=condition=Ready keycloaks.k8s.keycloak.org/keycloak
kubectl wait --for=condition=RollingUpdate=False keycloaks.k8s.keycloak.org/keycloak
----

== Optional: Load shedding

Keycloak currently lacks a mechanism for load shedding.
Expand Down

0 comments on commit c424009

Please sign in to comment.