1. Proposed title of this feature request
Implement Disruptionless Vertical Pod Autoscaler
2. What is the nature and description of the request?
Kubernetes v1.27, added a new alpha feature that allows users to resize CPU/memory resources allocated to pods without restarting the containers. This is achieved by making resources section in pod spec mutable. This was much awaited feature as pods would get disrupted whenever a vertical increase in cpu/mem resources were required. This comes as great news for workloads which rely on VPA(Vertical Pod Scaling) for scaling requirements.
3. Why does the customer need this? (List the business requirements here)
All customers wish to automatically scale their pods as necessary without disruption to their running application, especially Single Node OpenShift customers running at the Edge.
4. List any affected packages or components.
OpenShift Node