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
Is your feature request related to a problem? Please describe.
I would like to run descheduler preferably on "spot instance".
To do that I need to leverage Kubernetes affinity.
Describe the solution you'd like
Updating the Deployment to use a affinity variable.
This is pretty common: exemple1, exemple2, exemple3
Describe alternatives you've considered
Running "ondemand" only.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Is your feature request related to a problem? Please describe.
I would like to run
descheduler
preferably on "spot instance".To do that I need to leverage Kubernetes
affinity
.Describe the solution you'd like
Updating the
Deployment
to use aaffinity
variable.This is pretty common: exemple1, exemple2, exemple3
Describe alternatives you've considered
Running "ondemand" only.
What version of descheduler are you using?
1.10.3
Additional context
Fixing proposal: #660
Fixes #659
The text was updated successfully, but these errors were encountered: