| commit | 968d72095a54aabed1a59cccf3591c4f32a7b70a | [log] [tgz] |
|---|---|---|
| author | Serge Bazanski <serge@monogon.tech> | Wed Feb 07 16:33:38 2024 +0100 |
| committer | Serge Bazanski <serge@monogon.tech> | Mon Feb 19 10:08:55 2024 +0000 |
| tree | 815d7df587bd967164a572d2aef21a769aa2474e | |
| parent | 6a328e61aece941c0b91a97c8303c235ce80f596 [diff] |
root: move Metropolis README contents to metropolis/README.md, document launch-cluster Change-Id: I3555ce1d31e83e27239bcd8dde20bdc69deac35c Reviewed-on: https://review.monogon.dev/c/monogon/+/2765 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@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.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch --config dbg
Launch an ephemeral test node:
bazel test //:launch --config 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 --config dbg //...