From 98f1f1e1aefa5e74b2459973e415572def1ae589 Mon Sep 17 00:00:00 2001 From: Tennis Smith Date: Thu, 21 Mar 2019 07:08:42 -0500 Subject: [PATCH] Update upgrade.md Minor clarification --- docs/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade.md b/docs/upgrade.md index b130a8094e..84cad02f72 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -11,7 +11,7 @@ Note: if you want to upgrade from a `kube-up` installation, please see the instr ### Manual update * `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 rolling-update cluster $NAME` to preview, then `kops rolling-update cluster $NAME --yes`