File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
content/en/docs/tasks/run-application Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -210,11 +210,6 @@ If you perform a rolling update of a StatefulSet that has an autoscaled number o
210
210
replicas, the StatefulSet directly manages its set of Pods (there is no intermediate resource
211
211
similar to ReplicaSet).
212
212
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
-
218
213
## Support for cooldown/delay
219
214
220
215
When managing the scale of a group of replicas using the Horizontal Pod Autoscaler,
You can’t perform that action at this time.
0 commit comments