commit | 67023fe466d35df7ff7e606e74f3bcf51ac8085c | [log] [tgz] |
---|---|---|
author | Leopold Schabel <leo@monogon.tech> | Mon Aug 14 12:36:35 2023 +0000 |
committer | Leopold Schabel <leo@monogon.tech> | Tue Aug 15 17:10:59 2023 +0000 |
tree | fb5fd15306831b95c84c69d60ce32c2a623c17cf | |
parent | c38aca282657ac1ed2fba5dd79477ffe945b5bf6 [diff] |
Improve Nix instructions in README Change-Id: I758f9f84f449e2ea3f8cd8c28b3dbcce72584496 Reviewed-on: https://review.monogon.dev/c/monogon/+/2083 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 //...