Skip to content

Commit ccd4710

Browse files
authored
Merge pull request #20424 from Fale/concept-overview-components
control plane should not be capitalized
2 parents 47f3785 + f477fd8 commit ccd4710

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/concepts/overview/components.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Here's the diagram of a Kubernetes cluster with all the components tied together
2525
{{% capture body %}}
2626
## Control Plane Components
2727

28-
The Control Plane's components make global decisions about the cluster (for example, scheduling), as well as detecting and responding to cluster events (for example, starting up a new {{< glossary_tooltip text="pod" term_id="pod">}} when a deployment's `replicas` field is unsatisfied).
28+
The control plane's components make global decisions about the cluster (for example, scheduling), as well as detecting and responding to cluster events (for example, starting up a new {{< glossary_tooltip text="pod" term_id="pod">}} when a deployment's `replicas` field is unsatisfied).
2929

30-
Control Plane components can be run on any machine in the cluster. However,
31-
for simplicity, set up scripts typically start all Control Plane components on
30+
Control plane components can be run on any machine in the cluster. However,
31+
for simplicity, set up scripts typically start all control plane components on
3232
the same machine, and do not run user containers on this machine. See
3333
[Building High-Availability Clusters](/docs/admin/high-availability/) for an example multi-master-VM setup.
3434

0 commit comments

Comments
 (0)