commit | ea762f621a91400569c3118bbaef395336d90979 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Wed Nov 08 18:54:56 2023 +0100 |
committer | Lorenz Brun <lorenz@monogon.tech> | Mon Nov 13 15:39:29 2023 +0000 |
tree | f2d09d28d42e91795c83e5b9b15e88e00a484bf6 | |
parent | d0424439e5c6637afa5b8156464d14933d955404 [diff] |
m/n/c/n/hostsfile: do not log individual entries This gets extremely spammy when spinning up large clusters as it emits all entries for every new hostsfile into the log. For a fresh cluster of n nodes this is O(n^2) log lines, which is far too many. The number of entries is already logged and should be sufficient for debugging purposes. Change-Id: I6bf4e489aea52bad3a32a8a0f900e832b6a4f197 Reviewed-on: https://review.monogon.dev/c/monogon/+/2298 Reviewed-by: Tim Windelschmidt <tim@monogon.tech> Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@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 --config dbg
Launch an ephemeral test node:
bazel test //:launch --config 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 --config dbg //...