mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Fix a typo on nfd-master cmd
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
This commit is contained in:
parent
febebd4afd
commit
c02c3d83ed
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ func initFlags(flagset *flag.FlagSet) (*master.Args, *master.ConfigOverrideArgs)
|
||||||
flagset.IntVar(&args.Port, "port", 8080,
|
flagset.IntVar(&args.Port, "port", 8080,
|
||||||
"Port on which to listen for connections.")
|
"Port on which to listen for connections.")
|
||||||
flagset.BoolVar(&args.Prune, "prune", false,
|
flagset.BoolVar(&args.Prune, "prune", false,
|
||||||
"Prune all NFD related attributes from all nodes of the cluaster and exit.")
|
"Prune all NFD related attributes from all nodes of the cluster and exit.")
|
||||||
flagset.BoolVar(&args.VerifyNodeName, "verify-node-name", false,
|
flagset.BoolVar(&args.VerifyNodeName, "verify-node-name", false,
|
||||||
"Verify worker node name against the worker's TLS certificate. "+
|
"Verify worker node name against the worker's TLS certificate. "+
|
||||||
"Only takes effect when TLS authentication has been enabled.")
|
"Only takes effect when TLS authentication has been enabled.")
|
||||||
|
|
Loading…
Reference in a new issue