commit | 93d593b8b51a597a030d589d4f7435236a52b2c5 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Tue Mar 28 16:43:47 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Thu Mar 30 15:38:07 2023 +0000 |
tree | 8fb78b1c9951431b96150e0910420bb62fc15101 | |
parent | f50c31ff196d2d5ae6c73d732e3d241020cf7882 [diff] |
m/n/core/clusternet: init This implements the new cluster networking daemon. This is just the daemon itself with some tests. It's not yet used. Change-Id: Ida34b647db0d075fcaaf2d57c9a8a14701713552 Reviewed-on: https://review.monogon.dev/c/monogon/+/1416 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 //...