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

Update spec.Replicas when scaling.MinReplicas is greater #42

Open
mikkeloscar opened this issue Apr 26, 2019 · 0 comments
Open

Update spec.Replicas when scaling.MinReplicas is greater #42

mikkeloscar opened this issue Apr 26, 2019 · 0 comments
Labels

Comments

@mikkeloscar
Copy link
Collaborator

In the case where spec.Replicas < scaling.MinReplicas the spec.Replicas is only automatically updated if there is a scaling operation (UP/DOWN).
This can cause confusion when looking at the EDS because status.Replicas would be greater than spec.Replicas and everything would be stable.

Would be helpful if the operator automatically adjusted spec.Replicas to at least scaling.MinReplicas when scaling is enabled and scaling.MinReplicas > spec.Replicas.

@mikkeloscar mikkeloscar added the UX label Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant