mirror of https://github.com/kubernetes/kops.git
Fix typos in upgrade cluster docs
This commit is contained in:
parent
a4fc917643
commit
bb776c6ca3
|
|
@ -25,7 +25,7 @@ import (
|
||||||
var (
|
var (
|
||||||
upgrade_long = templates.LongDesc(i18n.T(`
|
upgrade_long = templates.LongDesc(i18n.T(`
|
||||||
Automates checking for and applying Kubernetes updates. This upgrades a cluster to the latest recommended
|
Automates checking for and applying Kubernetes updates. This upgrades a cluster to the latest recommended
|
||||||
production ready k8s version. After this command is run usekops update cluder, and kops rolling-update cluster
|
production ready k8s version. After this command is run, use kops update cluster and kops rolling-update cluster
|
||||||
to finish a cluster upgrade.
|
to finish a cluster upgrade.
|
||||||
`))
|
`))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ Upgrade a kubernetes cluster.
|
||||||
### Synopsis
|
### Synopsis
|
||||||
|
|
||||||
|
|
||||||
Automates checking for and applying Kubernetes updates. This upgrades a cluster to the latest recommended production ready k8s version. After this command is run usekops update cluder, and kops rolling-update cluster to finish a cluster upgrade.
|
Automates checking for and applying Kubernetes updates. This upgrades a cluster to the latest recommended production ready k8s version. After this command is run, use kops update cluster and kops rolling-update cluster to finish a cluster upgrade.
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ Upgrade a kubernetes cluster.
|
||||||
### Synopsis
|
### Synopsis
|
||||||
|
|
||||||
|
|
||||||
Automates checking for and applying Kubernetes updates. This upgrades a cluster to the latest recommended production ready k8s version. After this command is run usekops update cluder, and kops rolling-update cluster to finish a cluster upgrade.
|
Automates checking for and applying Kubernetes updates. This upgrades a cluster to the latest recommended production ready k8s version. After this command is run, use kops update cluster and kops rolling-update cluster to finish a cluster upgrade.
|
||||||
|
|
||||||
```
|
```
|
||||||
kops upgrade cluster
|
kops upgrade cluster
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue