Slight typo changes.

Just noticed these as I was testing out the rollout.
This commit is contained in:
darron froese 2018-01-11 14:39:40 -07:00 committed by GitHub
parent 4300b48195
commit 19d8331b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -73,13 +73,13 @@ edit` command or `kops replace -f mycluster.yaml`.
Perform a dry-run update, verifying that all instance groups are updated.
`kops update $CLUSTER`
`kops update cluster --name $CLUSTER`
#### Apply changes
Update the cluster configuration, so that new instances will start with the updated image.
`kops update $CLUSTER --yes`
`kops update cluster --name $CLUSTER --yes`
#### Preview rolling update