mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
chore: add debug dump of nfd worker configuration
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
This commit is contained in:
parent
13f92faa77
commit
d0a6289c0f
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ func (w *nfdWorker) configure(filepath string, overrides string) error {
|
|||
}
|
||||
|
||||
klog.Infof("worker (re-)configuration successfully completed")
|
||||
|
||||
utils.KlogDump(1, "effective configuration:", " ", w.config)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue