| commit | 397f7eaa1e98554f8b9fed2c748e492bf739027b | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Tue Aug 20 21:26:06 2024 +0200 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Wed Aug 21 12:33:07 2024 +0000 |
| tree | e0184b594e51a432b41f7ada43efdb1342e67061 | |
| parent | 53964c1343dd37e29c8a61a44f47202b3f3726cc [diff] |
m/n/kubernetes: set PV inode quota relative to capacity This removes the hardcoded 100k inode limit which is very low for large PVs in favor of a scaled value dependent on its capacity. This technically allows overcommit as the inode space is not accounted for on the capacity side, but this was already the case before, just with a static limit. Change-Id: I48816cd904127397907c1372e7cbb4b9b5ea60f2 Reviewed-on: https://review.monogon.dev/c/monogon/+/3339 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! 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.