commit | 8055d23f3116a9695367ee09155ef9e0a4059f90 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Tue Aug 08 23:56:07 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Tue Aug 08 22:07:41 2023 +0000 |
tree | 17a093240dca129cec9aba29edcf777ff56c9f23 | |
parent | 0e74961fc03de5a439484ea5ec33e0fc52a22edd [diff] |
third_party/linux: enable VLAN interface support This is configurable through the Metropolis static network configuration and thus needs to be enabled. Change-Id: Id479e0d26a93819de0e315c8c470e94386f0351f Reviewed-on: https://review.monogon.dev/c/monogon/+/2041 Tested-by: Jenkins CI Reviewed-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 //...