commit | 90613afdf11f7831fc0a673f2fe502c28ab93729 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Thu Jul 20 14:26:18 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Wed Jul 26 12:04:58 2023 +0000 |
tree | 1f524cdd0e25a3dd28ff350803d2bc296c3d6fda | |
parent | 88a76b7a89b3fc81b9135b1197e1ea6fd3698121 [diff] |
metropolis/node/kubernetes: fix mtls authentication to (controller-manager|scheduler) Previously it wasn't possible to authenticate against the services as they had no CA they trusted for the sent client certificate. Change-Id: Ic7cd2419a9e3496680a9393424c7ca1780c4d38c Reviewed-on: https://review.monogon.dev/c/monogon/+/1951 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@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 -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 //...