| commit | 9c4bece001c15d6ae4793016b2e3854627b2164c | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Tue Feb 13 18:32:44 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Feb 13 19:53:58 2024 +0000 |
| tree | 3381a01d7f7d3e9fd9f6c6e2e037a3a76e5ce8ce | |
| parent | 93020d77a383e68fd4b1adfafaf136c405648172 [diff] |
m/n/k/containerd: clarify preseed log message Changing this log message makes it easier to understand what happens. Before: ``` Successfully imported preseeded bundle k8s.io/docker.io/bazel/metropolis/test/e2e/preseedtest:preseedtest_image into containerd ``` After: ``` Successfully imported preseeded bundle "docker.io/bazel/metropolis/test/e2e/preseedtest:preseedtest_image" into containerd namespace k8s.io ``` Closes monogon-dev/monogon#287 Change-Id: I932d36b0cc1926d7248028c8a412f921562a9858 Reviewed-on: https://review.monogon.dev/c/monogon/+/2768 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 --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 //...