mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Add node status report frequency to kubemark config
Change-Id: I2bf178af57a7563e1ce4f542f4b5ca27f15bc1d9
This commit is contained in:
parent
f794c824b1
commit
94c75beacd
@ -139,6 +139,7 @@ func GetHollowKubeletConfig(
|
||||
c.FileCheckFrequency.Duration = 20 * time.Second
|
||||
c.HTTPCheckFrequency.Duration = 20 * time.Second
|
||||
c.NodeStatusUpdateFrequency.Duration = 10 * time.Second
|
||||
c.NodeStatusReportFrequency.Duration = time.Minute
|
||||
c.SyncFrequency.Duration = 10 * time.Second
|
||||
c.EvictionPressureTransitionPeriod.Duration = 5 * time.Minute
|
||||
c.MaxPods = int32(maxPods)
|
||||
|
Loading…
Reference in New Issue
Block a user