commit | 521a83591361c7c0353944a1e742eb70e013cf9b | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Thu Jun 29 12:38:17 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Mon Jul 03 13:40:32 2023 +0000 |
tree | 63f4d9499151fb7416318f0f2bdc12f3c1f37523 | |
parent | a0bc6d3f0ce4f3a73eb0019e4f18f508ee36ce21 [diff] |
m/n/core/clusternet: avoid spurious updates, log more This should make debugging https://github.com/monogon-dev/monogon/issues/235 easier, as I haven't been able to replicate it locally. Change-Id: I23f1a1d3d22841558e0db3e32b76b8bb8319fd3d Reviewed-on: https://review.monogon.dev/c/monogon/+/1876 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 //...