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

scale from zero when minReplicaCount is > 0 #524

Merged
merged 1 commit into from
Jan 6, 2020

Conversation

zroubalik
Copy link
Member

Fixes #523

@anirudhgarg
Copy link
Contributor

LGTM. Minor shouldnt we log if there is an error as well.

@zroubalik
Copy link
Member Author

LGTM. Minor shouldnt we log if there is an error as well.

Do you mean error on updating the Deployment? Error is logged already in the method:

h.logger.Error(err, "Error updating deployment", "Deployment.Namespace", deployment.GetNamespace(), "Deployment.Name", deployment.GetName())

@ahmelsayed
Copy link
Contributor

LGTM. Thanks @zroubalik

@ahmelsayed ahmelsayed merged commit 8658859 into kedacore:master Jan 6, 2020
@zroubalik zroubalik deleted the minReplicas branch August 11, 2020 11:32
preflightsiren pushed a commit to preflightsiren/keda that referenced this pull request Nov 7, 2021
Signed-off-by: Brandon Pinske <brandon.pinske@crowdstrike.com>
Co-authored-by: Brandon Pinske <brandon.pinske@crowdstrike.com>
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

Successfully merging this pull request may close these issues.

keda should scale from zero when minReplicaCount is set
3 participants