commit | 7a5422e2718017958c0c408cd6f363d33f41fefb | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Mon Nov 27 19:34:53 2023 +0100 |
committer | Lorenz Brun <lorenz@monogon.tech> | Mon Nov 27 18:43:16 2023 +0000 |
tree | f14a3dc1383555eecf538fe8a6ef05257fa9e0e3 | |
parent | 3e756907d9c769bc92efde5325cd965a4dacf5bd [diff] |
gomod: update rtnentlink to fix ARP table issue See https://github.com/prometheus/node_exporter/issues/2849 and https://github.com/jsimonetti/rtnetlink/releases/tag/v1.4.0 for discussion. Change-Id: Id9d9630bf32c121ec059a3ee1de9b4e8aa42fb92 Reviewed-on: https://review.monogon.dev/c/monogon/+/2402 Reviewed-by: Tim Windelschmidt <tim@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 --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 //...