Commit 4e6a52d8 authored by derekwaynecarr's avatar derekwaynecarr

Enable memory eviction by default

parent c0579af6
......@@ -151,6 +151,7 @@ func NewKubeletServer() *KubeletServer {
OutOfDiskTransitionFrequency: unversioned.Duration{Duration: 5 * time.Minute},
HairpinMode: componentconfig.PromiscuousBridge,
BabysitDaemons: false,
EvictionHard: "memory.available<100Mi",
EvictionPressureTransitionPeriod: unversioned.Duration{Duration: 5 * time.Minute},
PodsPerCore: 0,
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment