commit | ce19acc9d66055d912287d9f1f26c08d3df55aa8 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Tue Mar 21 16:28:07 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Mar 21 17:56:08 2023 +0000 |
tree | 6aedbe2ab0aef40955f3d416013ff59e1aec0139 | |
parent | 1f8cad7568ad2e8e539fe44f1b2d51e1f2a19fd5 [diff] |
m/n/kubernetes: make CSI provisioner more debuggable Change-Id: I22292e627ceac0d41a7711964517a53e63636c3e Reviewed-on: https://review.monogon.dev/c/monogon/+/1379 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 //...