You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to use the Vertical Pod Autoscaler to automatically right-size the resource requests of pods created by the Sensor and EventSource CRs.
Describe the solution you'd like
Add scale.labelSelectorPath (docs) to CRDs to support the Vertical Pod Autoscaler's requirements when managing pods constrolled by a custom resource (docs).
Describe alternatives you've considered
None
Additional context
None
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered:
Note the addition of the spec.labelSelector field which in an ideal world would be under status.labelSelector and populated by the events controller. However, for now, you can just manually specify it on the CR and the VPA will work.
Is your feature request related to a problem? Please describe.
I want to use the Vertical Pod Autoscaler to automatically right-size the resource requests of pods created by the Sensor and EventSource CRs.
Describe the solution you'd like
Add
scale.labelSelectorPath
(docs) to CRDs to support the Vertical Pod Autoscaler's requirements when managing pods constrolled by a custom resource (docs).Describe alternatives you've considered
None
Additional context
None
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: