commit | 218d708b0dffe7a8516d97b13b2cd0f4b91fd756 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Thu Mar 23 14:48:37 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Thu Mar 23 14:07:47 2023 +0000 |
tree | 4884e81008c897e385411598021656daa266bf1c | |
parent | c25ca5d06e3c006987b77350e3f55cccd358e117 [diff] |
m/n/core/curator: fix another crash in IssueCertificates We should have a no-go check for this, this should've been easily found. Change-Id: I1c22e0436da1c71dffc6494a5d5b1867879e17c7 Reviewed-on: https://review.monogon.dev/c/monogon/+/1394 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 //...