commit | d0be371ea905c3729f98d91d255d775b7c5193d3 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Tue Apr 11 13:22:25 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Wed Apr 12 12:59:55 2023 +0000 |
tree | 37aeb8f7a5674f6439521b227075fbbb5d4747d5 | |
parent | 5d503b38fce16535f898b070e3ae7624e75d9bba [diff] |
c/takeover: add fallback DNS servers As it's not possible to reliably dump DNS servers from a Linux system, add Google's and Cloudflare's public DNS servers if none were found. Change-Id: Id9dd3a884217cccc0260bd61514aeb545874c708 Reviewed-on: https://review.monogon.dev/c/monogon/+/1522 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 -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 //...