commit | f220b2923c0d8bcf760d1c86af51041371633617 | [log] [tgz] |
---|---|---|
author | Mateusz Zalega <mateusz@monogon.tech> | Tue Jan 31 16:52:53 2023 +0000 |
committer | Mateusz Zalega <mateusz@monogon.tech> | Wed Feb 01 18:08:48 2023 +0000 |
tree | 21a7b7915b25f2ee619de0973720068da9f72072 | |
parent | 68961c3e99c5045bd50f6b91fca9469e47475f2e [diff] |
*: use a vishvananda/netlink fork by Monogon This switches Metropolis over to a Monogon-maintained fork of vishvananda/netlink. The package was modified to support the 'sample' action in packet filters. This is required for the upcoming change enabling network analytics through local packet capture. Metropolis' dhcp4c had to be modified to match the vishvananda/netlink version referenced by this change. Change-Id: I2dd0799a009618f8543904252b85ff63ddd560c7 Reviewed-on: https://review.monogon.dev/c/monogon/+/1109 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 -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 //...