| commit | c4dd0032736567ca7873a11588f3a64d1dddea88 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Mon Feb 19 13:13:31 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Mon Feb 19 14:00:17 2024 +0000 |
| tree | e5485ef011f7f2e1d17fb4e5f4bf0f6686b6fa75 | |
| parent | fdd87abdd1d3bc7a87594a463344b1542e2650b4 [diff] |
cloud/shepherd: rename shepherd.State to shepherd.Availability Change-Id: I8e1fa243317bf4f97af98303b10b979b98943156 Reviewed-on: https://review.monogon.dev/c/monogon/+/2779 Reviewed-by: Serge Bazanski <serge@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 //...