commit | 0553f885b84ca97384ffdb942b30c67d23166a16 | [log] [tgz] |
---|---|---|
author | Leopold Schabel <leo@monogon.tech> | Sat Jul 08 22:13:30 2023 +0200 |
committer | Leopold Schabel <leo@monogon.tech> | Mon Jul 10 11:33:56 2023 +0000 |
tree | aacfd7d09e462de3c5cfc4cb5cb23840e0b5f6c3 | |
parent | 93910e666218954def8e1e3b304909f7dbb7a1b5 [diff] |
webug: shrink tabs in monospace areas This makes prototxt output more readable by saving some horizontal space. Change-Id: Ia0703f280dfb8c8dd9e3899cc20cefc81773d1e1 Reviewed-on: https://review.monogon.dev/c/monogon/+/1921 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@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 //...