mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
fix typo
This commit is contained in:
parent
9a7818a2e0
commit
c00fce0c60
@ -66,7 +66,7 @@ const (
|
|||||||
// The value of 250 is chosen b/c values that are too high can cause registry DoS issues
|
// The value of 250 is chosen b/c values that are too high can cause registry DoS issues
|
||||||
BurstReplicas = 250
|
BurstReplicas = 250
|
||||||
|
|
||||||
// If sending a status upate to API server fails, we retry a finite number of times.
|
// If sending a status update to API server fails, we retry a finite number of times.
|
||||||
StatusUpdateRetries = 1
|
StatusUpdateRetries = 1
|
||||||
|
|
||||||
// Reasons for DaemonSet events
|
// Reasons for DaemonSet events
|
||||||
|
Loading…
Reference in New Issue
Block a user