added prereq stating to copy etcd snapshot to all your etcd nodes

This commit is contained in:
Mark Bishop
2018-07-05 16:57:35 -07:00
committed by Mark Bishop
parent 3d1172cec2
commit 1c6e7e3c05
3 changed files with 8 additions and 4 deletions
@@ -8,5 +8,8 @@
<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>