| commit | 5f5f3300dec2d65eb0321a19f789cfdd65c12c17 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Thu Feb 22 23:50:24 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Mar 05 18:39:44 2024 +0000 |
| tree | 2bc9ab9c6b9a50dfec88838ec48272a7b78075bf | |
| parent | 543756fdf954fc09f032bb91a59916a784b21cff [diff] |
cloud/shepherd: move ssh client to own package Change-Id: I56ad16f8f2f355243c5c0414656bbfbbff1faef5 Reviewed-on: https://review.monogon.dev/c/monogon/+/2791 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 //...