commit | cf33f6805a7842a1aa7fac377468d9ca54f8d05b | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Fri Mar 17 00:16:16 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Thu Mar 16 23:31:51 2023 +0000 |
tree | 4b5dbdc5d1e533278c8cdb7c0a3442c377d48285 | |
parent | fe5192dc5369ab47be1552a6935f9cb745d9f837 [diff] |
m/cli/metroctl: allow specifying --endpoints=multiple,values Change-Id: Ib7088c91d0e501e0925b6a8793a521dad58cd2e8 Reviewed-on: https://review.monogon.dev/c/monogon/+/1370 Reviewed-by: Leopold Schabel <leo@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.
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 //...