From 976c260ef4cfca0d6707168978543ff82829050f Mon Sep 17 00:00:00 2001 From: slashr Date: Sun, 3 Jan 2021 10:22:36 +0530 Subject: [PATCH] Modified description --- content/en/docs/concepts/overview/components.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/concepts/overview/components.md b/content/en/docs/concepts/overview/components.md index f30c08a287..763308887d 100644 --- a/content/en/docs/concepts/overview/components.md +++ b/content/en/docs/concepts/overview/components.md @@ -54,7 +54,8 @@ the same machine, and do not run user containers on this machine. See Some types of these controllers are: * Node controller: Responsible for noticing and responding when nodes go down. - * Job controller: Responsible for noticing tasks and creating Pods to run the tasks to completion + * Job controller: Watches for Job objects that represent one-off tasks, then creates + Pods to run those tasks to completion. * Endpoints controller: Populates the Endpoints object (that is, joins Services & Pods). * Service Account & Token controllers: Create default accounts and API access tokens for new namespaces.