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:
k8s-ci-robot 2018-06-06 14:28:24 -07:00 committed by GitHub
commit 0afac24a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.`)

View File

@ -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