Skip to content

Commit

Permalink
replicationController -> ReplicaSet (#12487)
Browse files Browse the repository at this point in the history
Proposing replacing `replicationController` with `ReplicaSet` here since ["ReplicaSet is the next-generation Replication Controller."](https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/).
  • Loading branch information
ScottBrenner authored and k8s-ci-robot committed Feb 4, 2019
1 parent 661a6db commit d04d15f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ If running a queue service or modifying your containers to use a work queue is i
want to consider one of the other [job patterns](/docs/concepts/jobs/run-to-completion-finite-workloads/#job-patterns).

If you have a continuous stream of background processing work to run, then
consider running your background workers with a `replicationController` instead,
consider running your background workers with a `ReplicaSet` instead,
and consider running a background processing library such as
[https://github.com/resque/resque](https://github.com/resque/resque).

Expand Down

0 comments on commit d04d15f

Please sign in to comment.