@@ -260,6 +260,10 @@ pluginConfig:
260
260
HardPodAffinitySymmetricWeight : 1 ,
261
261
HealthzBindAddress : "0.0.0.0:10251" ,
262
262
MetricsBindAddress : "0.0.0.0:10251" ,
263
+ DebuggingConfiguration : componentbaseconfig.DebuggingConfiguration {
264
+ EnableProfiling : true ,
265
+ EnableContentionProfiling : true ,
266
+ },
263
267
LeaderElection : kubeschedulerconfig.KubeSchedulerLeaderElectionConfiguration {
264
268
LeaderElectionConfiguration : componentbaseconfig.LeaderElectionConfiguration {
265
269
LeaderElect : true ,
@@ -343,6 +347,10 @@ pluginConfig:
343
347
HardPodAffinitySymmetricWeight : 1 ,
344
348
HealthzBindAddress : "" , // defaults empty when not running from config file
345
349
MetricsBindAddress : "" , // defaults empty when not running from config file
350
+ DebuggingConfiguration : componentbaseconfig.DebuggingConfiguration {
351
+ EnableProfiling : true ,
352
+ EnableContentionProfiling : true ,
353
+ },
346
354
LeaderElection : kubeschedulerconfig.KubeSchedulerLeaderElectionConfiguration {
347
355
LeaderElectionConfiguration : componentbaseconfig.LeaderElectionConfiguration {
348
356
LeaderElect : true ,
@@ -404,6 +412,10 @@ pluginConfig:
404
412
HardPodAffinitySymmetricWeight : 1 ,
405
413
HealthzBindAddress : "" , // defaults empty when not running from config file
406
414
MetricsBindAddress : "" , // defaults empty when not running from config file
415
+ DebuggingConfiguration : componentbaseconfig.DebuggingConfiguration {
416
+ EnableProfiling : true ,
417
+ EnableContentionProfiling : true ,
418
+ },
407
419
LeaderElection : kubeschedulerconfig.KubeSchedulerLeaderElectionConfiguration {
408
420
LeaderElectionConfiguration : componentbaseconfig.LeaderElectionConfiguration {
409
421
LeaderElect : true ,
@@ -440,6 +452,10 @@ pluginConfig:
440
452
HardPodAffinitySymmetricWeight : 1 ,
441
453
HealthzBindAddress : "0.0.0.0:10251" ,
442
454
MetricsBindAddress : "0.0.0.0:10251" ,
455
+ DebuggingConfiguration : componentbaseconfig.DebuggingConfiguration {
456
+ EnableProfiling : true ,
457
+ EnableContentionProfiling : true ,
458
+ },
443
459
LeaderElection : kubeschedulerconfig.KubeSchedulerLeaderElectionConfiguration {
444
460
LeaderElectionConfiguration : componentbaseconfig.LeaderElectionConfiguration {
445
461
LeaderElect : true ,
@@ -518,6 +534,10 @@ pluginConfig:
518
534
HardPodAffinitySymmetricWeight : 1 ,
519
535
HealthzBindAddress : "0.0.0.0:10251" ,
520
536
MetricsBindAddress : "0.0.0.0:10251" ,
537
+ DebuggingConfiguration : componentbaseconfig.DebuggingConfiguration {
538
+ EnableProfiling : true ,
539
+ EnableContentionProfiling : true ,
540
+ },
521
541
LeaderElection : kubeschedulerconfig.KubeSchedulerLeaderElectionConfiguration {
522
542
LeaderElectionConfiguration : componentbaseconfig.LeaderElectionConfiguration {
523
543
LeaderElect : true ,
@@ -557,6 +577,10 @@ pluginConfig:
557
577
HardPodAffinitySymmetricWeight : 1 ,
558
578
HealthzBindAddress : "0.0.0.0:10251" ,
559
579
MetricsBindAddress : "0.0.0.0:10251" ,
580
+ DebuggingConfiguration : componentbaseconfig.DebuggingConfiguration {
581
+ EnableProfiling : true ,
582
+ EnableContentionProfiling : true ,
583
+ },
560
584
LeaderElection : kubeschedulerconfig.KubeSchedulerLeaderElectionConfiguration {
561
585
LeaderElectionConfiguration : componentbaseconfig.LeaderElectionConfiguration {
562
586
LeaderElect : false ,
0 commit comments