You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/percona-xtradb/failover/overview.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -286,13 +286,6 @@ mysql: [Warning] Using a password on the command line interface can be insecure.
286
286
287
287
```
288
288
289
-
**Why this fixes the mistake:**
290
-
291
-
* We replaced the misleading heading "Delete the Primary Node" with an explicit and accurate description: "Delete a single node".
292
-
* We added the exact `kubectl delete pod` command so the step actually performs the deletion.
293
-
* We included the expected `kubectl get pods` outputs **immediately after deletion**, **during recreation**, and **after readiness** so readers can confirm the cluster state.
294
-
* We added `wsrep_cluster_size` checks to show Galera membership changes while a node is down and after it rejoins.
295
-
296
289
#### Case 2: Delete two nodes
297
290
298
291
(Kept and clarified from the original doc.) Example commands and expected behavior:
0 commit comments