mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
Merge pull request #121572 from Prateek462003/myFeature
Added Logging for all the enabled plugins in each extension point
This commit is contained in:
commit
badc4102ac
@ -355,6 +355,8 @@ func NewFramework(ctx context.Context, r Registry, profile *config.KubeScheduler
|
||||
options.captureProfile(outputProfile)
|
||||
}
|
||||
|
||||
// Logs Enabled Plugins at each extension point, taking default plugins, given config, and multipoint into consideration
|
||||
logger.V(2).Info("the scheduler starts to work with those plugins", "Plugins", *f.ListPlugins())
|
||||
f.setInstrumentedPlugins()
|
||||
return f, nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user