commit | 30fd15406e2c9cba7391f6af96c775b313a115fa | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Wed Mar 29 14:19:02 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Wed Mar 29 17:18:22 2023 +0000 |
tree | cd19f1366d884c5b3110a7396b9cc5514dedecc2 | |
parent | 8fab014d343633828dc4df3c670def9c75fa4485 [diff] |
m/n/core/curator: return denormalized node id in GetNodes This is mostly useful when using filters to get just one node, eg. `node.id = "metropolis-1234567890"`. Change-Id: I154508751b0e610742374b65915c07b64a7f7b71 Reviewed-on: https://review.monogon.dev/c/monogon/+/1426 Reviewed-by: Lorenz Brun <lorenz@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 //...