Skip to content

Commit d54500d

Browse files
authored
Merge pull request #25918 from slashr/master
Replaced deprecated ReplicationController with JobController
2 parents 451eb86 + 976c260 commit d54500d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ 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: Watches for Job objects that represent one-off tasks, then creates
58+
Pods to run those tasks to completion.
5959
* Endpoints controller: Populates the Endpoints object (that is, joins Services & Pods).
6060
* Service Account & Token controllers: Create default accounts and API access tokens for new namespaces.
6161

0 commit comments

Comments
 (0)