1
0
Fork 0
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:
AhmedGrati 2023-03-18 00:49:07 +01:00
parent 13f92faa77
commit d0a6289c0f

View file

@ -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
}