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
Sometimes we can predict the increase of the resource consumption before it actually happens. (like TV, push notification on app, etc. Or load testing in a upstream service in dev.)
This feature allows people to schedule scaling up before it actually happens.
They will configure it with "when scaling up" and "how long scaling up" so that it can be back to normal afterward.
Maybe this feature will eventually replace resourcePolicy in Tortoise. (plus, Emergency mode as well?)
The text was updated successfully, but these errors were encountered:
@randytqwjp Generate templates for ScheduledScaling CRD and the controller via kubebuilder create api.
@randytqwjp Add all the necessary fields in ScheduledScaling CRD based on the design. Please write the appropriate comments on each field, they'll be the documentation for users. No need to implement the logic yet.
Sometimes we can predict the increase of the resource consumption before it actually happens. (like TV, push notification on app, etc. Or load testing in a upstream service in dev.)
This feature allows people to schedule scaling up before it actually happens.
They will configure it with "when scaling up" and "how long scaling up" so that it can be back to normal afterward.
Maybe this feature will eventually replace
resourcePolicy
in Tortoise. (plus,Emergency
mode as well?)The text was updated successfully, but these errors were encountered: