replicationController -> ReplicaSet (#12487)
Proposing replacing `replicationController` with `ReplicaSet` here since ["ReplicaSet is the next-generation Replication Controller."](https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/).
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
661a6db061
commit
d04d15f506
@@ -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).
|
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
|
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
|
and consider running a background processing library such as
|
||||||
[https://github.com/resque/resque](https://github.com/resque/resque).
|
[https://github.com/resque/resque](https://github.com/resque/resque).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user