From 952340b1f4b2657cf445ff6c59534c5f2b36eb1b Mon Sep 17 00:00:00 2001 From: Victor Roest Date: Thu, 28 Oct 2021 12:38:27 +0200 Subject: [PATCH] readme: add bootstrap info --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 948ec85..9f52e95 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ The main directory is `cluster`, it contains the following subdirectories in the * **core**: important core infrastructure applications, grouped by namespace, that should never be pruned * **apps**: common applications that are allowed to be pruned by flux +## Bootstrap +The cluster was bootstrapped using the following command: +``` +flux bootstrap git --url=ssh://git@git.xirion.net:2222/olympus/flux.git --branch=main --path=cluster/base/ --ssh-key-algorithm=ed25519 --components-extra=image-reflector-controller,image-automation-controller +``` + ## References Heavily inspired by: [onedr0p's cluster](https://github.com/onedr0p/home-cluster)