Update upgrade.md

Minor clarification
This commit is contained in:
Tennis Smith 2019-03-21 07:08:42 -05:00 committed by GitHub
parent 21273ed160
commit 98f1f1e1ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Note: if you want to upgrade from a `kube-up` installation, please see the instr
### Manual update ### Manual update
* `kops edit cluster $NAME` * `kops edit cluster $NAME`
* set the kubernetesVersion to the target version (e.g. `v1.3.5`) * set the kubernetesVersion to the target version (e.g. `v1.3.5`) Note the verb used below is `update`, not `upgrade`.
* `kops update cluster $NAME` to preview, then `kops update cluster $NAME --yes` * `kops update cluster $NAME` to preview, then `kops update cluster $NAME --yes`
* `kops rolling-update cluster $NAME` to preview, then `kops rolling-update cluster $NAME --yes` * `kops rolling-update cluster $NAME` to preview, then `kops rolling-update cluster $NAME --yes`