commit | 28883b7d12852e85f03dc9c7f0bb4499cfccf22e | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Tue Apr 11 13:30:44 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Tue Apr 18 11:48:46 2023 +0000 |
tree | e5ff99135a12ff747588f2488509734a2f85c2a0 | |
parent | 4c825320dc1e02f98c40065494bb6ae11bf81835 [diff] |
m/n/c/network: configure given DNS servers Actually configure the list of statically-configured DNS servers. Change-Id: I174be38195db4e63af2dfe7499e3e721f7b54556 Reviewed-on: https://review.monogon.dev/c/monogon/+/1524 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 //...