commit | 9a627617dbcfdd5d998a68bfd8d38597c694af0a | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Mon Apr 24 17:40:18 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Apr 25 09:45:20 2023 +0000 |
tree | c0ae1abfed99611bb0f633e63bac05dca47dd8a9 | |
parent | 26c1817e12e9c55f7ab12b7741b16508a004e079 [diff] |
cloud/lib/component: fix gRPC client cert verification Change-Id: I5eda3e9e898c25a804ed8570150b6b05777b41e2 Reviewed-on: https://review.monogon.dev/c/monogon/+/1596 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 //...