diff --git a/.gitlab/issue_templates/new_app.md b/.gitlab/issue_templates/new_app.md index 935eaa7c8c9211434303ff974c9ea75799cae34c..44d1c161187b1ae009ecdbe29c0a9d704e593a2f 100644 --- a/.gitlab/issue_templates/new_app.md +++ b/.gitlab/issue_templates/new_app.md @@ -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`) diff --git a/docs/maintenance.md b/docs/maintenance.md index 2816e2782f4f589006a42a65550ff7bf5850e1ae..f8299aa6bb258d3d4a02facf0ac4e12551134e2f 100644 --- a/docs/maintenance.md +++ b/docs/maintenance.md @@ -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`