mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Decrease Daemonset burst replicas due to DoS conditions.
This commit is contained in:
parent
abed746172
commit
52bedaf416
@ -51,9 +51,8 @@ const (
|
|||||||
// Daemon sets will periodically check that their daemon pods are running as expected.
|
// Daemon sets will periodically check that their daemon pods are running as expected.
|
||||||
FullDaemonSetResyncPeriod = 30 * time.Second // TODO: Figure out if this time seems reasonable.
|
FullDaemonSetResyncPeriod = 30 * time.Second // TODO: Figure out if this time seems reasonable.
|
||||||
|
|
||||||
// Realistic value of the burstReplica field for the replication manager based off
|
// The value of 250 is chosen b/c values that are too high can cause registry DoS issues
|
||||||
// performance requirements for kubernetes 1.0.
|
BurstReplicas = 250
|
||||||
BurstReplicas = 500
|
|
||||||
|
|
||||||
// If sending a status upate to API server fails, we retry a finite number of times.
|
// If sending a status upate to API server fails, we retry a finite number of times.
|
||||||
StatusUpdateRetries = 1
|
StatusUpdateRetries = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user