commit | 6eb3fb31f0d1385e96652b6bee043bd9c5f6a577 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Wed Aug 09 17:19:24 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Wed Aug 09 21:01:28 2023 +0000 |
tree | 33e2e6e6e17ae40519909d0927ce33bb9b0cf2c7 | |
parent | c7108352bd9e03780e6f8836be6c5fffaa0f6501 [diff] |
m/n/core: pipe kernel logs into logtree Currently the kernel log is only available on the local console (serial/screen) and only if they are high-severity entries. This log should be inspectable and collectable together with the other Metropolis logs, thus pipe it into logtree under the root.kernel node.. Change-Id: If5006db251eb8662ae9939a56e23bbb895304690 Reviewed-on: https://review.monogon.dev/c/monogon/+/2045 Reviewed-by: Leopold Schabel <leo@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.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch -c dbg
Launch an ephemeral test node:
bazel test //:launch -c 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 -c dbg //...