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
Currently, in Skenario implemented the following updating replicas algorithm for vertical scaling:
Iterate through replicas
Check if we need to update this replica
-Is the request < lowerBound or > UpperBound => update
- If we need to update this replica
- We evict this replica
- We create new one according to the recommendation
We ignore updateMode state chosen for vpa object in UI. This parameter should be included to the updating replicas logic according to the existent one in VPA.
The text was updated successfully, but these errors were encountered:
Currently, in Skenario implemented the following updating replicas algorithm for vertical scaling:
-Is the request < lowerBound or > UpperBound => update
- If we need to update this replica
- We evict this replica
- We create new one according to the recommendation
We ignore updateMode state chosen for vpa object in UI. This parameter should be included to the updating replicas logic according to the existent one in VPA.
The text was updated successfully, but these errors were encountered: