Skip to content

Commit

Permalink
Merge pull request #156 from projectsyn/upgrade-v9-doc
Browse files Browse the repository at this point in the history
Scale down keycloak and delete the ingress object ahead the upgrade
  • Loading branch information
megian authored Jul 22, 2022
2 parents 26b94a3 + e92443c commit f97fc05
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/modules/ROOT/pages/how-tos/upgrade-8.x-to-9.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,26 @@ parameters:

=== Apply the deployment

. Disable the automated sync policy for the keycloak instance

. Scale down the existing keycloak to prevent the Wildfly based instance writing to the same database:
+
[source,bash]
----
kubectl -n syn-keycloak scale statefulset keycloak --replicas=0
----

. Delete the ingress object to prevent duplicate hostname issues seen on the OpenShift router:
+
[source,bash]
----
kubectl -n syn-keycloak delete ingress keycloak
----

. Apply the parameter changes.

. Compile and push the cluster catalog.

. Enable the automated sync policy for the keycloak instance

. Verify that ArgoCD can sync all resources.

0 comments on commit f97fc05

Please sign in to comment.