mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 21:18:04 +00:00
Merge pull request #2025 from rancher/Tejeev-patch-1-1
Clarification of where to run
This commit is contained in:
@@ -8,7 +8,9 @@ The details of restoring your cluster from backup are different depending on you
|
|||||||
{{% tabs %}}
|
{{% tabs %}}
|
||||||
{{% tab "RKE v0.2.0+"%}}
|
{{% tab "RKE v0.2.0+"%}}
|
||||||
|
|
||||||
If there is a disaster with your Kubernetes cluster, you can use `rke etcd snapshot-restore` to recover your etcd. This command reverts the etcd to a specific snapshot. The following actions are included in the command:
|
If there is a disaster with your Kubernetes cluster, you can use `rke etcd snapshot-restore` to recover your etcd. This command reverts etcd to a specific snapshot and should be run on an etcd node of the the specific cluster that has suffered the disaster.
|
||||||
|
|
||||||
|
The following actions will be performed when you run the command:
|
||||||
|
|
||||||
- Syncs the snapshot or downloads the snapshot from S3, if necessary.
|
- Syncs the snapshot or downloads the snapshot from S3, if necessary.
|
||||||
- Checks snapshot checksum across etcd nodes to make sure they are identical.
|
- Checks snapshot checksum across etcd nodes to make sure they are identical.
|
||||||
@@ -71,9 +73,9 @@ $ rke etcd snapshot-restore \
|
|||||||
{{% /tab %}}
|
{{% /tab %}}
|
||||||
{{% tab "RKE prior to v0.2.0"%}}
|
{{% tab "RKE prior to v0.2.0"%}}
|
||||||
|
|
||||||
If there is a disaster with your Kubernetes cluster, you can use `rke etcd snapshot-restore` to recover your etcd. This command reverts etcd to a specific snapshot.
|
If there is a disaster with your Kubernetes cluster, you can use `rke etcd snapshot-restore` to recover your etcd. This command reverts etcd to a specific snapshot and should be run on an etcd node of the the specific cluster that has suffered the disaster.
|
||||||
|
|
||||||
The following actions are included in `rke etcd snapshot-restore`:
|
The following actions will be performed when you run the command:
|
||||||
|
|
||||||
- Removes the old etcd cluster
|
- Removes the old etcd cluster
|
||||||
- Rebuilds the etcd cluster using the local snapshot
|
- Rebuilds the etcd cluster using the local snapshot
|
||||||
|
|||||||
Reference in New Issue
Block a user