commit | 7acd92dae19109fff8e6036d0a7fcd64aa1851c1 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Mon Oct 30 18:56:00 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Mon Oct 30 22:12:01 2023 +0000 |
tree | 23f299c22f1b40014e9bf7bfca47b1788c1f7f28 | |
parent | 91c0397b2f8eab309e0958afa1746c2a2d02b433 [diff] |
metropolis: renamed DISOWNED to DECOMMISSIONED This seems like a better name, and the old one was never actually used anywhere. Change-Id: I66b17a9145225828bb978c999bbecd5118188389 Reviewed-on: https://review.monogon.dev/c/monogon/+/2269 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
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!
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.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch --config dbg
Launch an ephemeral test node:
bazel test //:launch --config dbg --test_output=streamed
Run a kubectl command while the test is running:
bazel-bin/metropolis/cli/dbg/dbg_/dbg kubectl describe node
Run full test suite:
bazel test --config dbg //...