Reorganize upgrade docs because RancherD docs were added

This commit is contained in:
Catherine Luse
2020-12-10 15:33:24 -07:00
parent 5cb033c944
commit 44e281491e
22 changed files with 382 additions and 365 deletions
@@ -1,15 +0,0 @@
<div>
<ul>
<li>
<p>Rancher Kubernetes Engine v0.1.7 or later</p>
<p>The commands for taking <code>etcd</code> snapshots are only available in RKE v0.1.7 and later.</p>
</li>
<li>
<p><code>rancher-cluster.yml</code></p>
<p>You'll need the RKE config file that you used for Rancher install, <code>rancher-cluster.yml</code>. You created this file during your initial install. Place this file in same directory as the RKE binary.</p>
</li>
<li>
You must restore each of your <code>etcd</code> nodes to the <i>same</i> snapshot. Copy the snapshot you're using from one of your nodes to the others before running the <code>etcd snapshot-restore</code> command.
</li>
</ul>
</div>