Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Feat/limit kube apiserv mem

Kurt Garloff requested to merge feat/limit-kube-apiserv-mem into main

Created by: garloff

This limits both CPU and Mem usage to 75% of what the control plane node offers. With our default sizing (SCS-2V-4), this means max 1.5 vCPUs and 2.875GiB of memory for kube-apiserver. Goal is to avoid an overwhelmed kube-apiserver causing the control plane node (and especially etcd) to become completely dysfunctional. Fixes #516 (closed).

Merge request reports