commit | 600e2eb39a6581b5c48deac66c4c29015e48b877 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Tue Nov 21 05:29:14 2023 +0100 |
committer | Tim Windelschmidt <tim@monogon.tech> | Wed Nov 22 13:33:24 2023 +0000 |
tree | 69b6850121e5a9896dded1bbd3afa881ebe03430 | |
parent | cf7f8c0475b8eaddb02869aaa9cb83ce3928b5f6 [diff] |
metropolis/node: fix api-server metrics docs Change-Id: I28b4860a11a1fb4beb49feb65317220fcb683efd Reviewed-on: https://review.monogon.dev/c/monogon/+/2340 Reviewed-by: Lorenz Brun <lorenz@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 --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 //...