Skip to content
Snippets Groups Projects
Verified Commit d86d9d6c authored by Varac's avatar Varac
Browse files

Add instructions how to change IP of cluster

parent 4e534059
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@
* [ ] Add app to `docs/installation_instructions.md`
* [ ] Add app to `docs/testing_instructions.md`
## Etc
* [ ] Add should use a PV `existingClaim`
## Tests
* [ ] Add behave feature (`tests/behave/feature`)
......
......@@ -106,3 +106,12 @@ backup the whole `/var/lib/OpenAppStack/` directory.
Restore instructions will follow, please [reach out to us](https://openappstack.net/contact.html)
if you need assistance.
## Change the IP of your cluster
* `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`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment