| commit | 5c52062f02eb3b32b39ed4ccb9aa6e70c7e1af0d | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Tue Jan 14 14:14:52 2025 +0100 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Thu Jan 16 12:38:32 2025 +0000 |
| tree | ac43dda542ea4724382d7d34c40d8024ff937191 | |
| parent | 896b1388fb26096ccaf60ff99ac8da2a9b07dab3 [diff] |
third_party/k8s: backport data race fix The metrics component of K8s had a very questionable WithContext implementation which set the context into the metric, not the returned handle. This causes incorrect metrics as well as data races. Backport the fix from upstream. Change-Id: I4f8ce9d194ba9e7b3420007863286ad9f5b612b6 Reviewed-on: https://review.monogon.dev/c/monogon/+/3780 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! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
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.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.