Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include updateMode to the updating replicas logic #120

Open
juliababkina opened this issue Sep 9, 2020 · 0 comments
Open

Include updateMode to the updating replicas logic #120

juliababkina opened this issue Sep 9, 2020 · 0 comments

Comments

@juliababkina
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant