Skip to content

Commit 8438bba

Browse files
author
Antoine Pelisse
committed
Enable field management for all new objects
1 parent af618bd commit 8438bba

File tree

1 file changed

+1
-1
lines changed
  • staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/fieldmanager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const DefaultMaxUpdateManagers int = 10
3535

3636
// DefaultTrackOnCreateProbability defines the default probability that the field management of an object
3737
// starts being tracked from the object's creation, instead of from the first time the object is applied to.
38-
const DefaultTrackOnCreateProbability float32 = 0.5
38+
const DefaultTrackOnCreateProbability float32 = 1
3939

4040
// Managed groups a fieldpath.ManagedFields together with the timestamps associated with each operation.
4141
type Managed interface {

0 commit comments

Comments
 (0)