Update cmd/kops/create_instancegroup.go

Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
This commit is contained in:
John Gardiner Myers 2022-11-23 21:56:19 -08:00
parent f862447560
commit dd5340775c
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ var (
An InstanceGroup is a group of similar virtual machines. An InstanceGroup is a group of similar virtual machines.
On AWS, an InstanceGroup maps to an AutoScalingGroup. On AWS, an InstanceGroup maps to an AutoScalingGroup.
The Role of an InstanceGroup defines whether machines will act as a Kubernetes control-plane, apiserver, or worker node.`)) The Role of an InstanceGroup defines whether machines will act as a Kubernetes control-plane, or worker node.`))
createInstanceGroupExample = templates.Examples(i18n.T(` createInstanceGroupExample = templates.Examples(i18n.T(`

View File

@ -11,7 +11,7 @@ Create an InstanceGroup configuration.
An InstanceGroup is a group of similar virtual machines. On AWS, an InstanceGroup maps to an AutoScalingGroup. An InstanceGroup is a group of similar virtual machines. On AWS, an InstanceGroup maps to an AutoScalingGroup.
The Role of an InstanceGroup defines whether machines will act as a Kubernetes control-plane, apiserver, or worker node. The Role of an InstanceGroup defines whether machines will act as a Kubernetes control-plane, or worker node.
``` ```
kops create instancegroup INSTANCE_GROUP [flags] kops create instancegroup INSTANCE_GROUP [flags]