mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-15 01:23:21 +00:00
Document that RKE delete removes etcd snapshots on S3
This commit is contained in:
@@ -23,9 +23,9 @@ You can add/remove only worker nodes, by running `rke up --update-only`. This wi
|
||||
|
||||
In order to remove the Kubernetes components from nodes, you use the `rke remove` command.
|
||||
|
||||
> **Note:** This command is irreversible and will destroy the Kubernetes cluster.
|
||||
> **Warning:** This command is irreversible and will destroy the Kubernetes cluster, including etcd snapshots on S3. If there is a disaster and your cluster is inaccessible, refer to the process for [restoring your cluster from a snapshot]({{< baseurl >}}rke/latest/en/etcd-snapshots/#etcd-disaster-recovery).
|
||||
|
||||
This command does the following to each node in the `cluster.yml`:
|
||||
The `rke remove` command does the following to each node in the `cluster.yml`:
|
||||
|
||||
- Remove the Kubernetes component deployed on it
|
||||
- `etcd`
|
||||
|
||||
Reference in New Issue
Block a user