Skip to content

Commit 6eba154

Browse files
authored
Merge pull request kubernetes#87984 from apelisse/100-percent-ssa
Enable field management for all new objects
2 parents 26ecb7e + 8438bba commit 6eba154

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)