From 4a09b019aa8ccba75f6215a1cf96a5169f8f4799 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Wed, 10 Jun 2020 14:27:26 +0200 Subject: [PATCH] Remove outdated (rke-based) instructions on changing ip address --- docs/maintenance.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/maintenance.md b/docs/maintenance.md index e68cf305a..ec1ba2fe9 100644 --- a/docs/maintenance.md +++ b/docs/maintenance.md @@ -110,19 +110,6 @@ under `/var/lib/OpenAppStack/local-storage`. Restore instructions will follow, please [reach out to us](https://openappstack.net/contact.html) 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` -* `rke etcd snapshot-restore --config /var/lib/OpenAppStack/rke/cluster.yml --name test` -* `/usr/local/bin/rke up --config=/var/lib/OpenAppStack/rke/cluster.yml` - - ## Delete evicted pods In case your cluster disk usage is over 80%, kubernetes [taints](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) -- GitLab