commit | e6bc2275053e06ea8d1274d132e5bb071aac6a75 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Tue Mar 28 16:28:13 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Mar 28 18:22:38 2023 +0000 |
tree | 0b9147f9fef9610f7ca285e1457c90b8f292abd0 | |
parent | 0731937d1f66230495e770fcdeaac16aaed8a0cb [diff] |
m/n/c/curator: implement cluster networking storage This is just the Curator side, the client implementation will come in a subsequent change. Change-Id: I4a9b5ad5c77662e11122d0a1cea22d80ecfe4299 Reviewed-on: https://review.monogon.dev/c/monogon/+/1413 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 //...