Skip to content

Commit 976c260

Browse files
committed
Modified description
1 parent 34f1d19 commit 976c260

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ the same machine, and do not run user containers on this machine. See
5454
Some types of these controllers are:
5555

5656
* Node controller: Responsible for noticing and responding when nodes go down.
57-
* Job controller: Responsible for noticing tasks and creating Pods to run the tasks to completion
57+
* Job controller: Watches for Job objects that represent one-off tasks, then creates
58+
Pods to run those tasks to completion.
5859
* Endpoints controller: Populates the Endpoints object (that is, joins Services & Pods).
5960
* Service Account & Token controllers: Create default accounts and API access tokens for new namespaces.
6061

0 commit comments

Comments
 (0)