| commit | 7006cafc58cbff6765726447d84df1cd1531d346 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Tue Feb 27 16:49:39 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Feb 27 16:30:34 2024 +0000 |
| tree | 63f1d3af24e02e69f1d63fbc38dd2fad0785b292 | |
| parent | 79ffbbe040d0db6c4ff6f8cdc84fe13d537e2bfe [diff] |
m/c/metroctl: split cmd_install for future changes Change-Id: I99119cc8f5e3728cf832427d1cad79f69fbd48bc Reviewed-on: https://review.monogon.dev/c/monogon/+/2793 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@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 //...