Grammar fixes to getting_started/production.md

This commit is contained in:
Rodrigo Roim 2021-02-24 20:42:34 -08:00 committed by GitHub
parent 0b2cc06c6b
commit abae11a447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Read through the [topology page](../topology.md) to understand the options you h
## Cluster spec
The `kops` command allows you to configure some aspects of your cluster, but for almost any production cluster, you want to change settings that is not accessible through CLI. The cluster spec can be exported as a yaml file and checked into version control.
The `kops` command allows you to configure some aspects of your cluster, but for almost any production cluster, you will want to change settings that are not accessible through the CLI. The cluster spec can be exported as a yaml file and checked into version control.
Read through the [cluster spec page](../cluster_spec.md) and familiarize yourself with the key options that kOps offers.
@ -30,4 +30,4 @@ Read through the [cluster spec page](../cluster_spec.md) and familiarize yoursel
If your cluster contains multiple Instance Groups, or if you manage multiple clusters, you want to use generate the cluster spec using templates.
Read through the [templating documentation](../operations/cluster_template.md) to learn how to make use of templates.
Read through the [templating documentation](../operations/cluster_template.md) to learn how to make use of templates.