From 34f1d1911c820b9712c4f4f33f06a21bf583223e Mon Sep 17 00:00:00 2001 From: slashr Date: Sun, 3 Jan 2021 00:26:17 +0530 Subject: [PATCH] Replaced deprecated ReplicationController with JobController for reference --- content/en/docs/concepts/overview/components.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/overview/components.md b/content/en/docs/concepts/overview/components.md index eb17e2dd7e..f30c08a287 100644 --- a/content/en/docs/concepts/overview/components.md +++ b/content/en/docs/concepts/overview/components.md @@ -51,11 +51,10 @@ the same machine, and do not run user containers on this machine. See {{< glossary_definition term_id="kube-controller-manager" length="all" >}} -These controllers include: +Some types of these controllers are: * Node controller: Responsible for noticing and responding when nodes go down. - * Replication controller: Responsible for maintaining the correct number of pods for every replication - controller object in the system. + * Job controller: Responsible for noticing tasks and creating Pods to run the 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.