| commit | 543756fdf954fc09f032bb91a59916a784b21cff | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Sun Mar 03 15:58:32 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Mon Mar 04 15:14:02 2024 +0000 |
| tree | e326636c7d4a56c501c6bdf799cc96aa10a77338 | |
| parent | 6c851e2f8270e2a08077a5d35cc5d7869e2c9188 [diff] |
m/n/c/network: inline error checks Change-Id: I2ee028761cb407c0231740933f405c6894a72607 Reviewed-on: https://review.monogon.dev/c/monogon/+/2794 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!
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.
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 //...