This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Description
- Running on Azure with 100 worker nodes.
STR
- Create an app with deis/example-go
- 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).