commit | e6e570ae3c26c5fda4855522e8cf04644627295f | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Tue Nov 28 19:23:19 2023 +0100 |
committer | Lorenz Brun <lorenz@monogon.tech> | Wed Nov 29 12:23:41 2023 +0000 |
tree | 1678ee01ccfc5277f2e6f79858466a2847d291fd | |
parent | 6fa92ac53f2cbeb3b2e63dea9f87b1b19a680434 [diff] |
m/n/k/nfproxy: use discovery/v1 API The old discovery/v1beta1 is deprecated and removed in 1.25. We need to get nfproxy to use the new API (available since 1.21) before we jump to a K8s control plane version above 1.25. Change-Id: I6336e168e9efbfc4a7b41f6fe15efebf95624df2 Reviewed-on: https://review.monogon.dev/c/monogon/+/2407 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@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 //...