| commit | 7dbf18c1932b5c7945a2ba53d7580a6857cda5d3 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Tue Oct 31 22:39:42 2023 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Feb 06 21:04:03 2024 +0000 |
| tree | 18b42442d4585153e7644e1250993122d523c8b2 | |
| parent | d5cace605ffd48f89db25456b260c550621b8b4c [diff] |
metropolis/cli/metroctl: add `node delete` command Change-Id: I804829efe3e78a56cd44915c8351272ffa5c670f Reviewed-on: https://review.monogon.dev/c/monogon/+/2276 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.
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 //...