update kube-controller-manager and kube-scheduler to match kube-apiserver defaults
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user