mirror of https://github.com/kubernetes/kops.git
Update cmd/kops/create_instancegroup.go
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
This commit is contained in:
parent
f862447560
commit
dd5340775c
|
@ -63,7 +63,7 @@ var (
|
|||
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.`))
|
||||
|
||||
createInstanceGroupExample = templates.Examples(i18n.T(`
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
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]
|
||||
|
|
Loading…
Reference in New Issue