commit | 4b42c8a429b1d061faa9823c1ac26adaac3dc012 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Sun Nov 19 07:02:51 2023 +0100 |
committer | Lorenz Brun <lorenz@monogon.tech> | Mon Nov 20 22:13:16 2023 +0000 |
tree | e5bf8412d8fceb0178cbf93b7623934299b475e3 | |
parent | a6a039209495ee74c2e830a55f496e901b6a3b5b [diff] |
m/n/c/metrics: add kube-apiserver This adds the Kubernetes API Server metrics to the list of exported metrics. Change-Id: Ie5827441362787a3bff03ec6cff1f07332b0ae34 Reviewed-on: https://review.monogon.dev/c/monogon/+/2335 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 --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 //...