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
switch pa.Spec.ScalingStrategy {
case autoscalingv1alpha1.HPA:
// initialize all kinds of autoscalers, such as KPA and APA.
// TODO Currently, we initialize kpa with default config and allocate window with default length.
// We then reallocate window according to pa until UpdateScalingContext.
// it's not wrong, but we allocate window twice, to be optimized.
autoScaler, err = scaler.NewKpaAutoscaler(0, &pa)
In the current pod autoscaler switching logics, we choose HPA but use KPA inside. It should be KPA in the case selection.
Steps to Reproduce
No response
Expected behavior
No response
Environment
No response
The text was updated successfully, but these errors were encountered:
🐛 Describe the bug
In the current pod autoscaler switching logics, we choose HPA but use KPA inside. It should be KPA in the case selection.
Steps to Reproduce
No response
Expected behavior
No response
Environment
No response
The text was updated successfully, but these errors were encountered: