commit | c7108352bd9e03780e6f8836be6c5fffaa0f6501 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Wed Aug 09 17:09:40 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Wed Aug 09 18:46:57 2023 +0000 |
tree | fa6b87a5cd44288921d18a3f4476c99717da318f | |
parent | efa381fa9e8a3850ca1332ce617778d330d5e3ba [diff] |
m/p/logtree: add kmsg pipe This allows ingesting Linux kernel (kmsg) logs into logtree with the original metadata (timestamp, severity) preserved. Change-Id: Ibb6e3a7a0ae4a008b8e9c98beccb3a95c067cb75 Reviewed-on: https://review.monogon.dev/c/monogon/+/2044 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 //...