commit | 1600d9b3aa84c3259a3e8355cba7702825924b6d | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Wed Jun 14 20:00:59 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Wed Jun 14 18:16:09 2023 +0000 |
tree | 89699bcfedda33bb6aa7a69a4a9b11d58e6009c6 | |
parent | 98054a1ddb45d9e0246a0f7f7b93f9e90619a544 [diff] |
m/c/metroctl: add newline between unapproved nodes Change-Id: I1db00eb9396e597a4596ad2b491a75bbcebacd62 Reviewed-on: https://review.monogon.dev/c/monogon/+/1812 Reviewed-by: Tim Windelschmidt <tim@monogon.tech> Tested-by: Jenkins CI
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 //...