Skip to content

Commit

Permalink
Merge pull request #105 from vshn/zugao-patch-1
Browse files Browse the repository at this point in the history
Update bootstrap_cluster.adoc
  • Loading branch information
TheBigLee authored Jul 2, 2024
2 parents 6c071c5 + 3d963d1 commit 85df8a6
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,11 @@ kubectl -n $INSTANCE_ID scale statefulset mariadb \
--replicas 0
----

Delete the `StatefulSet` again and then reverse your changes in the helm release.
Now the Galera service should start again without errors.
Delete the `StatefulSet` again:

[source,shell]
----
kubectl -n $INSTANCE_ID delete statefulset mariadb --cascade=orphan
----

Reverse your changes in the helm release. Now the Galera service should start again without errors.

0 comments on commit 85df8a6

Please sign in to comment.