From 7401eba20dd88064038ed122c2e71aafe3b02a65 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Thu, 21 May 2020 12:47:19 +0200 Subject: [PATCH] Add introductory text about how to change the IP --- docs/maintenance.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/maintenance.md b/docs/maintenance.md index 6f00a141f..3a2c60e75 100644 --- a/docs/maintenance.md +++ b/docs/maintenance.md @@ -110,6 +110,9 @@ if you need assistance. ## Change the IP of your cluster +In case your cluster needs to migrate to another IP use these steps to make +OpenAppStack and `rke` adopt it: + * `rke etcd snapshot-save --config /var/lib/OpenAppStack/rke/cluster.yml --name test` * Change IP in `/var/lib/OpenAppStack/rke/cluster.yml` * `/usr/local/bin/rke up --config=/var/lib/OpenAppStack/rke/cluster.yml` -- GitLab