mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
Merge pull request #52764 from fate-grand-order/fix-typo
Automatic merge from submit-queue (batch tested with PRs 52831, 52764, 52763, 52673, 52558). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.. fix typo
This commit is contained in:
commit
3cab0c9ffa
@ -66,7 +66,7 @@ const (
|
||||
// The value of 250 is chosen b/c values that are too high can cause registry DoS issues
|
||||
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
|
||||
|
||||
// Reasons for DaemonSet events
|
||||
|
Loading…
Reference in New Issue
Block a user