-
Notifications
You must be signed in to change notification settings - Fork 13
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
Generate a PodTemplate for each EDS #110
Conversation
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.
This pull request contains a valid label.
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.
This pull request contains a valid label.
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.
This pull request contains a valid label.
Codecov Report
@@ Coverage Diff @@
## main #110 +/- ##
==========================================
+ Coverage 51.24% 51.90% +0.66%
==========================================
Files 39 41 +2
Lines 2096 2175 +79
==========================================
+ Hits 1074 1129 +55
- Misses 938 954 +16
- Partials 84 92 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
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.
This pull request contains a valid label.
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.
💯
What does this PR do?
Generate a PodTemplate for each EDS as preparation for kubernetes/autoscaler#3964
Motivation
Read kubernetes/autoscaler#3873 for context
Additional Notes
Anything else we should know when reviewing?
Describe your test plan
Deploy a
EDS
and make sure a correspondingPodTemplate
object with the same name and namespace has the same lifecycle of theEDS
object (creation/update/deletion) and has the labelcluster-autoscaler.kubernetes.io/daemonset-pod=true