workflow icon indicating copy to clipboard operation
workflow copied to clipboard

ps:scale doesn't return after scaling to 1000 app pods

Open seanknox opened this issue 8 years ago • 2 comments

$  deis version
v2.14.0
  • Running on Azure with 100 worker nodes.

STR

  1. Create an app with deis/example-go
  2. scale to 1000 replicas

EXPECTED

  • After app replicas reached 1000, command would return

ACTUAL

  • The pods were scaled to 1000 replicas on Kubernetes, but deis ps:scale cmd=1000 sat indefinitely (waited ~10 minutes before giving up).

seanknox avatar Jun 16 '17 23:06 seanknox

I believe that pods are scaled synchronously by the controller, so the command will wait until all 1000 pods are scaled. With the default pod scaling rates and health checks, this could take a really long time.

Joshua-Anderson avatar Jun 18 '17 22:06 Joshua-Anderson

This issue was moved to teamhephy/workflow#13

Cryptophobia avatar Mar 20 '18 20:03 Cryptophobia