Skip to content

Commit 36fd15a

Browse files
committed
Clarifying number of examples of controllers
1 parent e46ea44 commit 36fd15a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,16 @@ for an example control plane setup that runs across multiple machines.
4848

4949
{{< glossary_definition term_id="kube-controller-manager" length="all" >}}
5050

51-
Some types of these controllers are:
51+
There are many different types of controllers. Some examples of them are:
5252

5353
* Node controller: Responsible for noticing and responding when nodes go down.
5454
* Job controller: Watches for Job objects that represent one-off tasks, then creates
5555
Pods to run those tasks to completion.
5656
* EndpointSlice controller: Populates EndpointSlice objects (to provide a link between Services and Pods).
5757
* ServiceAccount controller: Create default ServiceAccounts for new namespaces.
5858

59+
The above is not an exhaustive list
60+
5961
### cloud-controller-manager
6062

6163
{{< glossary_definition term_id="cloud-controller-manager" length="short" >}}
@@ -138,4 +140,4 @@ Learn more about the following:
138140
* Etcd's official [documentation](https://etcd.io/docs/).
139141
* Several [container runtimes](/docs/setup/production-environment/container-runtimes/) in Kubernetes.
140142
* Integrating with cloud providers using [cloud-controller-manager](/docs/concepts/architecture/cloud-controller/).
141-
* [kubectl](/docs/reference/generated/kubectl/kubectl-commands) commands.
143+
* [kubectl](/docs/reference/generated/kubectl/kubectl-commands) commands.

0 commit comments

Comments
 (0)