-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Controller worker thread times out during config set #66
Comments
From @bacongobbler on April 21, 2016 18:56 tagging at rc1 since this is something we need to fix before we cut a stable release. |
From @bacongobbler on May 19, 2016 18:30 ping @helgi; has this been fixed recently? |
From @helgi on May 19, 2016 18:32 No, and it won't be done in RC. This isn't a kubernetes problem, it's more the fact we are trying to execute any operation within the timeout of the |
From @helgi on May 19, 2016 18:33 Oh, what has helped is doing deploys in batches, and by default rolling as many pods as available nodes but that only mitigates the issue in some scenarios |
From @bacongobbler on May 19, 2016 19:20 @kmala are you still able to reproduce this in your environment with |
From @mboersma on September 6, 2016 20:25 This situation should be improved by the batching operation of the current controller, although probably not fixed definitively. |
…ry-5.2.2 chore(deps): bump celery from 5.1.2 to 5.2.2 in /rootfs
From @kmala on April 21, 2016 18:10
when we try to do a config:set on an app with 30-40 pods the controller worker thread is timing out because the operation is taking more than 20min(default timeout of the worker thread) keeping the cluster in an unstable state with pods of both releases.
Copied from original issue: deis/controller#652
The text was updated successfully, but these errors were encountered: