Skip to content

Commit 6e29e28

Browse files
committed
docs: add cluster shutdown and restart
Signed-off-by: Frank Yang <[email protected]>
1 parent 7189f3d commit 6e29e28

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/advanced/cluster-shutdown.md

+21
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)