Skip to content

Commit 34f1d19

Browse files
committed
Replaced deprecated ReplicationController with JobController for reference
1 parent 8593368 commit 34f1d19

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,10 @@ the same machine, and do not run user containers on this machine. See
5151

5252
{{< glossary_definition term_id="kube-controller-manager" length="all" >}}
5353

54-
These controllers include:
54+
Some types of these controllers are:
5555

5656
* Node controller: Responsible for noticing and responding when nodes go down.
57-
* Replication controller: Responsible for maintaining the correct number of pods for every replication
58-
controller object in the system.
57+
* Job controller: Responsible for noticing tasks and creating Pods to run the tasks to completion
5958
* Endpoints controller: Populates the Endpoints object (that is, joins Services & Pods).
6059
* Service Account & Token controllers: Create default accounts and API access tokens for new namespaces.
6160

0 commit comments

Comments
 (0)