From a768b24be36ab9e35daa33d69d62c270fe3d6bb4 Mon Sep 17 00:00:00 2001 From: Denise Date: Wed, 1 Aug 2018 11:53:56 -0700 Subject: [PATCH] Update _index.md --- .../rke/v0.1.x/en/installation/etcd-snapshots/_index.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/content/rke/v0.1.x/en/installation/etcd-snapshots/_index.md b/content/rke/v0.1.x/en/installation/etcd-snapshots/_index.md index dfd6dd54dc7..65d363f05f2 100644 --- a/content/rke/v0.1.x/en/installation/etcd-snapshots/_index.md +++ b/content/rke/v0.1.x/en/installation/etcd-snapshots/_index.md @@ -221,10 +221,7 @@ nginx-65899c769f-qkhml 1/1 Running 0 17s ## Troubleshooting -There is an issue with **rke v0.1.8** and below were the **rke-bundle-cert** container -is left over from a failed etcd restore. If you are having an issue with restoring an -**etcd snapshot** then you can do the following on each etcd nodes before attempting to -do another restore: +As of _v0.1.8_ and below, the **rke-bundle-cert** container is left over from a failed etcd restore. If you are having an issue with restoring an **etcd snapshot** then you can do the following on each etcd nodes before attempting to do another restore: ``` docker container rm --force rke-bundle-cert @@ -241,5 +238,5 @@ docker container inspect rke-bundle-cert The important thing to note is the mounts of the container and location of the **pki.bundle.tar.gz**. -As of **rke v0.1.9** and above, the **rke-bundle-cert** container is removed on both success and +As of _v0.1.9_, the **rke-bundle-cert** container is removed on both success and failure of a restore. To debug any issues, you will need to look at the **logs** generated from rke.