From 340ca9fb222f78419971634201084451996305da Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 7 Jul 2022 01:23:19 +0200 Subject: [PATCH] README: document nomad --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0aaad6ee..997368b2 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,16 @@ so the following is all that is needed on a MicroVM-hosting server: microvm -Ru $hostname ``` +## High Availability Deployment on Nomad + +First, stop and delete `/var/lib/microvm/$NAME` where the +systemd-managed MicroVMs live, or move the state to +`/glusterfs/fast/microvms/$NAME`. + +```sh +nix run .#nomad-$NAME +``` + # Secrets management ## Secrets managment with PGP