Browse Source

volume: set minFreeSpacePercent to 7%

when k8s node have less than 5% free space, the k8s will start killing pods...
pull/1789/head
LazyDBA247-Anyvision 4 years ago
parent
commit
259c66d978
  1. 2
      k8s/seaweedfs/values.yaml

2
k8s/seaweedfs/values.yaml

@ -136,7 +136,7 @@ volume:
# limit file size to avoid out of memory, default 256mb
fileSizeLimitMB: null
# minimum free disk space(in percents). If free disk space lower this value - all volumes marks as ReadOnly
minFreeSpacePercent: 1
minFreeSpacePercent: 7
# limit background compaction or copying speed in mega bytes per second

Loading…
Cancel
Save