This repository has been archived by the owner on May 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Handle large tenant update gracefully #324
Labels
Comments
Idler needs to be running as a full cluster can't handle necessarily handle all pods awake at the same time. This has usually been handled by adding a delay to the tenant update, to ensure idling kicks in before the cluster becomes overloaded. |
@pbergene yep, just to clarify, it's only disabling idler operation for the user/tenant that is going to be updated, not the whole idler, (updated the issue) |
@chmouel Ah. Good :) I'll read next time |
Yes, it also related to #301 issue. |
@chmouel you closed it intentionally? |
I closed most of my old created issues, we are not working on idler anymore so may as well, |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a follow up on the discussion happenning here :
https://chat.openshift.io/developers/pl/reegarnowty9iedkyqujgfcm1o
When there is a large tenant update all pods gets awaken, we need to be able to
handle this gracefully.
A workflow like this, tenant update (for jenkins pod) start :
I am not sure if it would help that much the load but at least the flow will be
more controlled, it sure would be better than guessing what's happening on the events received to idler.
Feel free to update this issue if you think of a better/improved solution,
The text was updated successfully, but these errors were encountered: