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

fail fast on buildScalers when not able to resolve a secret #2394

Merged
merged 4 commits into from
Jan 21, 2022

Conversation

fivesheep
Copy link
Contributor

@fivesheep fivesheep commented Dec 8, 2021

Signed-off-by: Xiayang Wu xwu@rippling.com

Instead of creating an unexpected HPA, fail fast when not able to resolve a secret a deployment is relying on.
the missing secret can be a mistake or just timing issue. more details can be found from #2393

Checklist

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • Changelog has been updated

Fixes #2393

@fivesheep fivesheep requested a review from a team as a code owner December 8, 2021 07:35
@JorTurFer
Copy link
Member

JorTurFer commented Dec 8, 2021

/run-e2e
Update: You can check the progres here

Copy link
Member

@JorTurFer JorTurFer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
Thanks for the fix :)
Please, when you have time update the changelog

@JorTurFer JorTurFer requested a review from a team December 8, 2021 12:06
@tomkerkhove tomkerkhove added this to the v2.6.0 milestone Jan 4, 2022
@fivesheep fivesheep force-pushed the fail-fast-on-scaler-creation branch from 5a8a213 to 1925b06 Compare January 16, 2022 05:41
fivesheep and others added 3 commits January 15, 2022 21:41
Signed-off-by: Xiayang Wu <xwu@rippling.com>
Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
Signed-off-by: Xiayang Wu <xwu@rippling.com>
Signed-off-by: Xiayang Wu <xwu@rippling.com>
@fivesheep fivesheep force-pushed the fail-fast-on-scaler-creation branch from 1925b06 to 05a891a Compare January 16, 2022 05:49
@fivesheep
Copy link
Contributor Author

@JorTurFer sorry, I totally forgot about this PR because of holiday. changelog is updated alongside the code suggestion

Copy link
Member

@JorTurFer JorTurFer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
Thanks for your contribution ❤️

@JorTurFer
Copy link
Member

JorTurFer commented Jan 16, 2022

/run-e2e mongo*
Update: You can check the progres here

@zroubalik zroubalik changed the title fail fast when failed to resolve fail fast on buildScalers when not able to resolve a secret Jan 21, 2022
Copy link
Member

@zroubalik zroubalik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks a lot @fivesheep !

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 creates broken HPA object for a deployment when a depending secret is not ready
5 participants