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:
parent
ea99b73dec
commit
f37bbad8e8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue