commit | 3b25cf7c486781e018795066c3337e73ac7e526b | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Mon Jul 17 16:58:10 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Mon Aug 07 13:27:50 2023 +0000 |
tree | 82e9b47b2ffb0614f811b57eb000c249942686d7 | |
parent | 45d6f1821bf047dbe2a71b8d21401dfb60583285 [diff] |
metropolis/cli/metroctl: add update command Change-Id: Iab7f930923f8009e0e14f96fc64d336614b1251e Reviewed-on: https://review.monogon.dev/c/monogon/+/1937 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.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch -c dbg
Launch an ephemeral test node:
bazel test //:launch -c 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 -c dbg //...