commit | d9f1f1ec67af21eba685505d7b3086fc222106e1 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Tue Oct 31 15:44:35 2023 +0100 |
committer | Tim Windelschmidt <tim@monogon.tech> | Tue Oct 31 17:33:45 2023 +0000 |
tree | 9281d846ff2d20f66dc24d2231969deb7fd1348d | |
parent | 8456ddf02aea2e1015805f18ef1871812c5cb7f6 [diff] |
node/core: add sysctls Change-Id: I47b0d639a62f73f134430c5164a35eef2b5622d7 Reviewed-on: https://review.monogon.dev/c/monogon/+/2273 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 //...