mirror of https://github.com/kubernetes/kops.git
Merge pull request #5284 from noinarisak/kops_edit_instancegroup_correction
Update kops_edit_instancegroup.go and kops_edit_instancegroup.md
This commit is contained in:
commit
0afac24a4f
|
@ -48,7 +48,7 @@ var (
|
|||
|
||||
editInstancegroupExample = templates.Examples(i18n.T(`
|
||||
# Edit an instancegroup desired configuration.
|
||||
kops edit ig --name k8s-cluster.example.com node --state=s3://kops-state-1234
|
||||
kops edit ig --name k8s-cluster.example.com nodes --state=s3://kops-state-1234
|
||||
`))
|
||||
|
||||
editInstancegroupShort = i18n.T(`Edit instancegroup.`)
|
||||
|
|
|
@ -24,7 +24,7 @@ kops edit instancegroup [flags]
|
|||
|
||||
```
|
||||
# Edit an instancegroup desired configuration.
|
||||
kops edit ig --name k8s-cluster.example.com node --state=s3://kops-state-1234
|
||||
kops edit ig --name k8s-cluster.example.com nodes --state=s3://kops-state-1234
|
||||
```
|
||||
|
||||
### Options
|
||||
|
|
Loading…
Reference in New Issue