mirror of https://github.com/kubernetes/kops.git
Apply suggestions from code review
Co-authored-by: John Gardiner Myers <jgmyers@proofpoint.com>
This commit is contained in:
parent
3b834a2c87
commit
53385bc0b4
|
|
@ -57,7 +57,7 @@ type deployer struct {
|
|||
createBucket bool `flag:"-"`
|
||||
|
||||
// ControlPlaneCount specifies the number of VMs in the control-plane.
|
||||
ControlPlaneCount int `flag:"control-plane-count" desc:"Number of control plane instances"`
|
||||
ControlPlaneCount int `flag:"control-plane-count" desc:"Number of control-plane instances"`
|
||||
|
||||
ControlPlaneIGOverrides []string `flag:"control-plane-instance-group-overrides" desc:"overrides for the control plane instance groups"`
|
||||
NodeIGOverrides []string `flag:"node-instance-group-overrides" desc:"overrides for the node instance groups"`
|
||||
|
|
|
|||
Loading…
Reference in New Issue