| commit | 93020d77a383e68fd4b1adfafaf136c405648172 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Tue Feb 13 18:13:07 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Feb 13 19:53:34 2024 +0000 |
| tree | f35720a2f35a6efdb63b8044ece9d71121929bd9 | |
| parent | 502f9973502fec41d358e0c3939f61c5cf58e0de [diff] |
m/n/k/containerd: use preseeded pause container To allow no-network tests we need to bundle the pause container. Change-Id: I1fa6bb70c10a16097d35d919941f501ddc5f784d Reviewed-on: https://review.monogon.dev/c/monogon/+/2767 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 //...