commit | e1ebf729194f3673ea0638f0aceb90cb70de23aa | [log] [tgz] |
---|---|---|
author | Leopold <leo@monogon.tech> | Sun Jan 08 14:18:15 2023 +0100 |
committer | Leopold Schabel <leo@monogon.tech> | Thu Jan 19 19:07:21 2023 +0000 |
tree | a50df2419e2826889a14781534bdace22cee732b | |
parent | e2a302a9062d3ebfc33ad83dd382653e067ca009 [diff] |
README.md: improve developer setup instructions Change-Id: I3bd188efe774967d3aea512a2d5eb29d0114eafd Reviewed-on: https://review.monogon.dev/c/monogon/+/1069 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 //...