1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-31 04:04:51 +00:00

Update cmd/nfd-master/main.go

Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com>
This commit is contained in:
Igor Velichkovich 2025-01-08 09:33:47 -08:00 committed by Igor Velichkovich
parent ea99b73dec
commit f37bbad8e8

View file

@ -118,7 +118,7 @@ func initFlags(flagset *flag.FlagSet) (*master.Args, *master.ConfigOverrideArgs)
flagset.BoolVar(&args.EnableLeaderElection, "enable-leader-election", false,
"Enables a leader election. Enable this when running more than one replica on nfd master.")
flagset.Int64Var(&args.ListSize, "informer-list-size", 200,
"The list size to use when listing node features to sync informer cache.")
"The list size to use when listing NodeFeature objects to sync informer cache.")
args.Klog = klogutils.InitKlogFlags(flagset)