Skip to content

Commit 5d731e0

Browse files
authored
Fix typo regarding setup scripts in Kubernetes Components documentation
1 parent f43c053 commit 5d731e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ as well as detecting and responding to cluster events (for example, starting up
3131
`{{< glossary_tooltip text="replicas" term_id="replica" >}}` field is unsatisfied).
3232

3333
Control plane components can be run on any machine in the cluster. However,
34-
for simplicity, set up scripts typically start all control plane components on
34+
for simplicity, setup scripts typically start all control plane components on
3535
the same machine, and do not run user containers on this machine. See
3636
[Creating Highly Available clusters with kubeadm](/docs/setup/production-environment/tools/kubeadm/high-availability/)
3737
for an example control plane setup that runs across multiple machines.
@@ -150,4 +150,4 @@ Learn more about the following:
150150
* Etcd's official [documentation](https://etcd.io/docs/).
151151
* Several [container runtimes](/docs/setup/production-environment/container-runtimes/) in Kubernetes.
152152
* Integrating with cloud providers using [cloud-controller-manager](/docs/concepts/architecture/cloud-controller/).
153-
* [kubectl](/docs/reference/generated/kubectl/kubectl-commands) commands.
153+
* [kubectl](/docs/reference/generated/kubectl/kubectl-commands) commands.

0 commit comments

Comments
 (0)