| commit | 0a8797d0dc8055b5c2c300570ca9297fee2cf86f | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Mon Mar 04 18:58:47 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Mar 05 18:40:23 2024 +0000 |
| tree | d47e4d7e924e76250fa90f9e91b17b8bcc6981a2 | |
| parent | 5f5f3300dec2d65eb0321a19f789cfdd65c12c17 [diff] |
m/cli/metroctl: add flag for k8s context name Change-Id: I57b261e7fdb0ceef63f8ce5f098ecb322ed85874 Reviewed-on: https://review.monogon.dev/c/monogon/+/2825 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 //...