mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Add log for creating node shutdown manager
This commit is contained in:
parent
b468c24e85
commit
e47c78a354
@ -103,6 +103,10 @@ func NewManager(conf *Config) (Manager, lifecycle.PodAdmitHandler) {
|
||||
shutdownGracePeriodCriticalPods: conf.ShutdownGracePeriodCriticalPods,
|
||||
clock: conf.Clock,
|
||||
}
|
||||
klog.InfoS("Creating node shutdown manager",
|
||||
"shutdownGracePeriodRequested", conf.ShutdownGracePeriodRequested,
|
||||
"shutdownGracePeriodCriticalPods", conf.ShutdownGracePeriodCriticalPods,
|
||||
)
|
||||
return manager, manager
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user