commit | 8733950f8ee7a47141c92b5ad82e2fe87471a7a2 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Tue Mar 07 15:49:42 2023 +0100 |
committer | Lorenz Brun <lorenz@monogon.tech> | Thu Mar 09 20:09:06 2023 +0000 |
tree | 5f2db2aa219f73e17df7e17e5cbca0f6436da03c | |
parent | 0672ecc35bca207fce8ede33da6542a880eb89c5 [diff] |
net/dump: init This adds netdump, a library which dumps the network configuration of a Linux host via netlink and generates a Net specification from it. Change-Id: I78007df1da4fbf24ba9128eb2e966df0dea9274e Reviewed-on: https://review.monogon.dev/c/monogon/+/1231 Reviewed-by: Serge Bazanski <serge@monogon.tech> Tested-by: Leopold Schabel <leo@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 -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 //...