Skip to content
Snippets Groups Projects
Verified Commit 7d8d6322 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

add rke configuration to start evicting pods at 95% instead of 80%

parent 6b0d4d4a
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,8 @@ services:
cluster_domain: cluster.local
extra_args:
containerized: 'true'
eviction-hard: "memory.available<100Mi,nodefs.available<1Gi,imagefs.available<1Gi"
eviction-minimum-reclaim: "memory.available=0Mi,nodefs.available=0Mi,imagefs.available=0Gi"
extra_binds:
# Make local storage work with persistent volumes that use `subpath`
# see https://open.greenhost.net/openappstack/openappstack/issues/236
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment