mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Update staging/src/k8s.io/cloud-provider/options/nodecontroller.go
Co-authored-by: Jiahui Feng <jhf@google.com>
This commit is contained in:
parent
fea0667c5e
commit
446b0051dd
@ -32,7 +32,7 @@ func (o *NodeControllerOptions) AddFlags(fs *pflag.FlagSet) {
|
||||
return
|
||||
}
|
||||
|
||||
fs.Int32Var(&o.WorkerCount, "workerCount", o.WorkerCount, "Number of workers synchronizing node status.")
|
||||
fs.Int32Var(&o.WorkerCount, "worker-count", o.WorkerCount, "Number of workers synchronizing node status.")
|
||||
}
|
||||
|
||||
// ApplyTo fills up ServiceController config with options.
|
||||
|
Loading…
Reference in New Issue
Block a user