Correct command help text

This commit is contained in:
Gabe Jackson 2021-01-24 21:16:43 -05:00
parent e90050f134
commit b1282f2591
2 changed files with 2 additions and 2 deletions

View File

@ -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
`)) `))
) )

View File

@ -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