commit | da11486352f2aaccfa271a8aaf06a3bef09b0a3a | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Wed Mar 29 17:46:42 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Thu Mar 30 14:19:03 2023 +0000 |
tree | c5a4f5488061d4c0a8660014bc4f4838361ee4aa | |
parent | bc7397214147701d6e70141ff70bf6e84f9aab62 [diff] |
metropolis/proto: move log-related types to common Having them in API is kinda weird, especially as we're generating/parsing them from a few libraries already. Change-Id: I87b4b51f151443c60b87e3e50753c395fcf6e845 Reviewed-on: https://review.monogon.dev/c/monogon/+/1437 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 //...