mirror of https://github.com/kubernetes/kops.git
Grammar fixes to getting_started/production.md
This commit is contained in:
parent
0b2cc06c6b
commit
abae11a447
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue