commit | 90a70a0e1cab83ba1601d355d07f285dff0d4d55 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Tue May 30 15:15:27 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Jun 06 12:11:51 2023 +0000 |
tree | d72351725c2d58ba3194e40f85fa5730ab2a798c | |
parent | ce68ab953ef5501a3da3367372daf25801bc0ee7 [diff] |
m/n/core/roleserve: do not store cluster directory, populate resolver earlier This cleans up the roleserver code slightly, as I've noticed the cluster directory actually does not need to be stored anymore now that we have the rpc resolver. Change-Id: Ibe9f55691602bc937205c5fb54833683e80d4804 Reviewed-on: https://review.monogon.dev/c/monogon/+/1748 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 //...