Skip to content

Commit 498647c

Browse files
committed
Removing paragraph about ReplicationController
1 parent e4d7ffb commit 498647c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

content/en/docs/tasks/run-application/horizontal-pod-autoscale.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,6 @@ If you perform a rolling update of a StatefulSet that has an autoscaled number o
210210
replicas, the StatefulSet directly manages its set of Pods (there is no intermediate resource
211211
similar to ReplicaSet).
212212

213-
Horizontal Pod Autoscaler does not work with rolling update using direct manipulation of replication controllers,
214-
i.e. you cannot bind a Horizontal Pod Autoscaler to a replication controller and do rolling update.
215-
The reason this doesn't work is that when rolling update creates a new replication controller,
216-
the Horizontal Pod Autoscaler will not be bound to the new replication controller.
217-
218213
## Support for cooldown/delay
219214

220215
When managing the scale of a group of replicas using the Horizontal Pod Autoscaler,

0 commit comments

Comments
 (0)