diff --git a/content/rke/latest/en/etcd-snapshots/example-scenarios/_index.md b/content/rke/latest/en/etcd-snapshots/example-scenarios/_index.md index e57fd3d5871..2cf5ef5aa8b 100644 --- a/content/rke/latest/en/etcd-snapshots/example-scenarios/_index.md +++ b/content/rke/latest/en/etcd-snapshots/example-scenarios/_index.md @@ -34,8 +34,6 @@ You can upload this snapshot directly to an S3 backend with the [S3 options]({{< $ rke etcd snapshot-save --name snapshot.db --config cluster.yml ``` -{{< img "/img/rke/rke-etcd-backup.png" "etcd snapshot" >}} - ### 2. Simulate a Node Failure To simulate the failure, let's power down `node2`. @@ -133,8 +131,6 @@ Back up the Kubernetes cluster by taking a local snapshot: $ rke etcd snapshot-save --name snapshot.db --config cluster.yml ``` -{{< img "/img/rke/rke-etcd-backup.png" "etcd snapshot" >}} - ### 2. Store the Snapshot Externally