-
8000
-
Notifications
You must be signed in to change notification settings - Fork 1k
Fixed Helm Template for HPA #13009
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
Fixed Helm Template for HPA #13009
Conversation
Thanks for opening your first Pull Request here! Please check out our Contributing guidelines and confirm that you Signed off. |
Signed-off-by: Yannick Wahner <thenabsku@gmail.com>
8959bfc
to
5237d9c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch @Nabsku !
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13009 +/- ##
==========================================
- Coverage 15.23% 15.23% -0.01%
==========================================
Files 922 922
Lines 100305 100305
==========================================
- Hits 15280 15279 -1
- Misses 83295 83296 +1
Partials 1730 1730 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
/cherry-pick release-1.14 |
Congratulations! 🎉Great job merging your first Pull Request here! How awesome! If you are new to this project, feel free to join our Slack community |
Signed-off-by: Yannick Wahner <thenabsku@gmail.com>
Signed-off-by: Yannick Wahner <thenabsku@gmail.com>
Signed-off-by: Yannick Wahner <thenabsku@gmail.com> Signed-off-by: ShutingZhao <shuting@nirmata.com>
Explanation
A new option to deploy an HPA for the Admission Controller was introduced but the HPA configuration is not adhering to the actual HPA spec.
https://kubespec.dev/autoscaling/v2/HorizontalPodAutoscaler
What type of PR is this
/kind bug
Proposed Changes
This PR fixes the HPA template in accordance to the current v2 autoscaling api.
Checklist