mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user