Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions talos/cluster/evict-pods-before-oom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ machine:
memory.available: 200Mi
# Bound how long a soft-evicted pod may take to terminate.
evictionMaxPodGracePeriod: 60
# Keep kubelet's default disk/inode hard eviction thresholds when
# overriding the memory hard floor below. Without this, Kubernetes
# treats omitted evictionHard signals as disabled.
mergeDefaultEvictionSettings: true
# Hard floor: last resort before the kernel OOM-killer.
evictionHard:
memory.available: 100Mi
Loading