Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

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

Open
seanknox opened this issue Jun 16, 2017 · 2 comments
Open

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

seanknox opened this issue Jun 16, 2017 · 2 comments

Comments

@seanknox
Copy link
Member

$  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).
@Joshua-Anderson
Copy link
Contributor

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.

@Cryptophobia
Copy link

This issue was moved to teamhephy/workflow#13

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants