commit | 91c0397b2f8eab309e0958afa1746c2a2d02b433 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Mon Oct 30 18:54:32 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Mon Oct 30 22:12:01 2023 +0000 |
tree | 1be5ceff1a23a179d2bbcdf5ca744624112131b4 | |
parent | da342a424ffbd981df2250ebed2aa845a18356eb [diff] |
m/n/core/curator: add FsmState to Curator Node data The node state from the point of view of the cluster is already exposed through the Management Node data. Add the same to the Curator Node data. We'll use this in nodes to detect when a node is requested to be decommissioned. Change-Id: I60408a5e3a22c21dae6f073e21528ccc309b3fbe Reviewed-on: https://review.monogon.dev/c/monogon/+/2268 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 --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 //...