Hugepages of nodes must be configurable in order for pods to use them #64
Labels
kind/enhancement
Enhancement, improvement, extension
lifecycle/stale
Nobody worked on this for 6 months (will further age)
In Kubernetes, pods can request and make use of memory in hugepages since a long time (Beta since K8S 1.10, GA since 1.14)
Gardener is currently lacking the capability to configure the hugepages on operating system level.
Ideally, the configuration should be possible on Gardener in a uniform way across all operating systems.
Other K8S offerings, for example Amazon EKS, offer possibilities to call OS commands before the kubelet of a node is started (see
preBootstrapCommands
below).Such a configuration would enable hugepage configuration in a completely generic way.
As an alternative, a configuration that is handled by the OS-specific controllers of Gardener could offer the same functionality in a more controlled way.
See also the same issue for GardenLinux: gardener/gardener-extension-os-gardenlinux#58
The text was updated successfully, but these errors were encountered: