| commit | c51d47d2b9990eb2196f5790f85895987f67daf4 | [log] [tgz] |
|---|---|---|
| author | Serge Bazanski <serge@monogon.tech> | Tue Feb 13 18:40:26 2024 +0100 |
| committer | Serge Bazanski <serge@monogon.tech> | Wed Feb 14 11:44:08 2024 +0000 |
| tree | d9264dfb89d98f993d7c243484b3f36039c15e35 | |
| parent | 9c4bece001c15d6ae4793016b2e3854627b2164c [diff] |
metroctl: use persisted CA certificate for node connections After the TOFU change (review/2744 and friends), we can now use the persisted CA certificate (or a CA certificate from TOFU) when connecting to node services. Change-Id: I103b558f4f7a3087f1f27fdc4ee7f7e2ec03a981 Reviewed-on: https://review.monogon.dev/c/monogon/+/2769 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 --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 //...