-
Notifications
You must be signed in to change notification settings - Fork 136
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
Hkatz/batch summary deployments api call #194
Hkatz/batch summary deployments api call #194
Conversation
…airwindsOps#103)" This reverts commit e55026d.
Revamp e2e Tests (FairwindsOps#118)
Merge Master
The VPAUpdateMode field will allow us to use Goldilocks to create VPAs that operate outside of "off" mode.
This commit adds a parameter to createVPA that allows the user to specify the update mode for the VPA. The mechanism for specifying this is the label goldilocks.fairwinds.com/vpaUpdateMode.
Kubernetes labels are based on DNS names, which are case insensitive. However, the current label used to specify the update mode of created VPAs, vpaUpdateMode, is case sensitive. This has caused a bug that results in all VPAs being created in "Off" mode. This commit fixes that bug by using a case-insensitive label to specify the vpa-update-mode.
Hkatz/add vpa update mode
Merge masters
Also: - Update reconciler to use VPA and Deployment objects directly (instead of names) - Update reconciler logging - Update/Add vpa tests
Also: - Update vpa tests - Fix vpa-opt-out logic
Co-Authored-By: Andrew Suderman <[email protected]>
Co-Authored-By: Andrew Suderman <[email protected]>
Co-authored-by: Harrison Katz <[email protected]>
Merge master from upstream
Hkatz/dashboard and summary overhaul
…d _significantly_
Codecov Report
@@ Coverage Diff @@
## master #194 +/- ##
==========================================
- Coverage 52.35% 52.07% -0.28%
==========================================
Files 8 8
Lines 573 601 +28
==========================================
+ Hits 300 313 +13
- Misses 247 257 +10
- Partials 26 31 +5
Continue to review full report at Codecov.
|
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.
small logging change
Co-authored-by: Andrew Suderman <[email protected]>
Hkatz/batch summary deployments api call (FairwindsOps#194)
Why?
Improves the speed of the summarizer significantly, thus improving the speed of the dashboard significantly as well.