commit | 4ac7112b135518b610a84a3a6db535dbb41f1fcf | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Mon Jul 24 13:08:34 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Wed Jul 26 10:47:46 2023 +0000 |
tree | 19bcc8dd598928d6413d6721ef52ee211406a8d9 | |
parent | e5abee60401840f9af83d9181f9ce36f886b10ce [diff] |
metropolis/node/core/rpc: decouple from pki Change-Id: I15d3e7d1142f0f95081e73c985d96f8d103df55e Reviewed-on: https://review.monogon.dev/c/monogon/+/1961 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 -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 //...