mirror of https://github.com/kubernetes/kops.git
Correct command help text
This commit is contained in:
parent
e90050f134
commit
b1282f2591
|
|
@ -34,7 +34,7 @@ var (
|
||||||
setExample = templates.Examples(i18n.T(`
|
setExample = templates.Examples(i18n.T(`
|
||||||
# Set cluster to run kubernetes version 1.17.0
|
# Set cluster to run kubernetes version 1.17.0
|
||||||
kops set cluster k8s-cluster.example.com spec.kubernetesVersion=1.17.0
|
kops set cluster k8s-cluster.example.com spec.kubernetesVersion=1.17.0
|
||||||
kops set instancegroup k8s-cluster.example.com spec.maxSize=4
|
kops set instancegroup --name k8s-cluster.example.com nodes spec.maxSize=4
|
||||||
`))
|
`))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ Set a configuration field.
|
||||||
```
|
```
|
||||||
# Set cluster to run kubernetes version 1.17.0
|
# Set cluster to run kubernetes version 1.17.0
|
||||||
kops set cluster k8s-cluster.example.com spec.kubernetesVersion=1.17.0
|
kops set cluster k8s-cluster.example.com spec.kubernetesVersion=1.17.0
|
||||||
kops set instancegroup k8s-cluster.example.com spec.maxSize=4
|
kops set instancegroup --name k8s-cluster.example.com nodes spec.maxSize=4
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue