You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #81 on March 29, 2021 20:12.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The worker pool does not have to be fixed size, but could be extended if all nodes are saturated or decreased if they are not.
This would likely require:
QSys
class) to be able to add/remove nodes (basically, just callsubmit
orWORKER_STOP
when required)Related: https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler
Beta Was this translation helpful? Give feedback.
All reactions