We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7189f3d commit 6e29e28Copy full SHA for 6e29e28
docs/advanced/cluster-shutdown.md
@@ -0,0 +1,21 @@
1
+---
2
+sidebar_position: 7
3
+sidebar_label: Cluster Shutdown and Restart
4
+title: "Cluster Shutdown and Restart"
5
6
+
7
+## Shutdown a Harvester cluster
8
9
+To gracefully shutdown a Harvester cluster, please run the following steps to keep the data safe.
10
11
+1. Shutdown all VMs.
12
+2. Take backups for all VMs.
13
+3. Download all VM Images. (Since Harvester hasn't automatically backup VM Images in the backup target, you have to keep VM Images by yourself.)
14
+4. Shutdown all agent nodes.
15
+5. Shutdown all management nodes.
16
17
+## Restart a Harvester cluster
18
19
+1. Restart all management nodes.
20
+2. Restart all agent nodes.
21
+3. Restart all VMs.
0 commit comments