mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 04:27:54 +00:00
Updated Added Imagefs inodes in default Eviction Hard
This commit is contained in:
parent
30dc2f0773
commit
1dadf576f2
@ -21,9 +21,9 @@ package eviction
|
||||
|
||||
// DefaultEvictionHard includes default options for hard eviction.
|
||||
var DefaultEvictionHard = map[string]string{
|
||||
"memory.available": "100Mi",
|
||||
"nodefs.available": "10%",
|
||||
"nodefs.inodesFree": "5%",
|
||||
"imagefs.available": "15%",
|
||||
"memory.available": "100Mi",
|
||||
"nodefs.available": "10%",
|
||||
"nodefs.inodesFree": "5%",
|
||||
"imagefs.available": "15%",
|
||||
"imagefs.inodesFree": "5%",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user