Lower server-side apply percentage to 10%

Kubernetes-commit: a657d51ce35eb3886a56ed710805cd68732461ee
This commit is contained in:
Jordan Liggitt 2020-02-11 09:15:12 -05:00 committed by Kubernetes Publisher
parent 9135cc9d66
commit 51a2cc34eb
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const DefaultMaxUpdateManagers int = 10
// DefaultTrackOnCreateProbability defines the default probability that the field management of an object
// starts being tracked from the object's creation, instead of from the first time the object is applied to.
const DefaultTrackOnCreateProbability float32 = 1
const DefaultTrackOnCreateProbability float32 = 0.1
// Managed groups a fieldpath.ManagedFields together with the timestamps associated with each operation.
type Managed interface {