| commit | 79ffbbe040d0db6c4ff6f8cdc84fe13d537e2bfe | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Thu Feb 22 19:15:51 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Feb 27 15:41:41 2024 +0000 |
| tree | c187ae1162f232707d835fcf507e8b88c6f5d452 | |
| parent | 1dd0c6591533bf63389e81a2104bca3c8326e871 [diff] |
cloud: move takeover to agent/takeover The takeover package is tightly coupled with the agent, so lets move it there. Change-Id: I38ae69d4f4e7a4f6a04b0fefb5f127ebc71f5961 Reviewed-on: https://review.monogon.dev/c/monogon/+/2790 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.
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 //...