| commit | 39f4f5c360e7a286bff4adaeabc52393dc28dc22 | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Tue Oct 29 09:41:50 2024 +0100 |
| committer | Jan Schär <jan@monogon.tech> | Wed Oct 30 13:10:29 2024 +0000 |
| tree | c81382f2408a83ab7391414738713633b8fc9608 | |
| parent | 1e39914fbcecda7ec236e67f143bbefc31eee9da [diff] |
metropolis: add cluster domain config and metroctl param This adds a --cluster parameter to metroctl and a cluster domain field to the bootstrap configuration. It is not yet used anywhere, but later the cluster domain will be used to identify the cluster. The length of the cluster domain is limited to 80, to allow for constructing subdomains. This limit could be increased later if needed, but it cannot easily be decreased, so I chose a conservative value that should be enough in most cases. Change-Id: I627cca8eb1d92c4b06e4dfd6b6926a013e8f33ae Reviewed-on: https://review.monogon.dev/c/monogon/+/3508 Reviewed-by: Lorenz Brun <lorenz@monogon.tech> Tested-by: Jenkins CI
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.