update kube-controller-manager and kube-scheduler to match kube-apiserver defaults

This commit is contained in:
David Eads
2020-02-28 09:23:23 -05:00
parent 7587ab3ef3
commit aa07992a44
6 changed files with 40 additions and 4 deletions

View File

@@ -61,6 +61,7 @@ func TestDefaultFlags(t *testing.T) {
},
Debugging: &cmoptions.DebuggingOptions{
DebuggingConfiguration: &componentbaseconfig.DebuggingConfiguration{
EnableProfiling: true,
EnableContentionProfiling: false,
},
},
@@ -192,6 +193,7 @@ func TestAddFlags(t *testing.T) {
},
Debugging: &cmoptions.DebuggingOptions{
DebuggingConfiguration: &componentbaseconfig.DebuggingConfiguration{
EnableProfiling: false,
EnableContentionProfiling: true,
},
},