commit | 7920852953a4b0846ddb16cb82a038b064ba473a | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Tue Mar 28 20:14:58 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Wed Apr 05 14:14:44 2023 +0000 |
tree | afa919bc332a93bd0666714843632cffa1095170 | |
parent | 4e6eae2bec769a565eece47438fcb594e7da2765 [diff] |
m/n/kubernetes: use node clusternet to submit cluster networking routes This completes the work on using the new cluster networking service from Kubernetes, thereby allowing non-worker nodes to participate in cluster networking. Change-Id: I7f3759186d7c8cc49833be29963f82a1714d293e Reviewed-on: https://review.monogon.dev/c/monogon/+/1418 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 //...