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
What version of the component are you using?:
vertical-pod-autoscaler
Component version:
vpa 1.0.0
What k8s version are you using (kubectl version)?:
1.28.3
What did you expect to happen?:
Hi all!
Can someone clarify this section fron vpa docs:
"Auto": VPA assigns resource requests on pod creation as well as updates them on existing pods using the preferred update mechanism. Currently, this is equivalent to "Recreate" (see below). Once restart free ("in-place") update of pod requests is available, it may be used as the preferred update mechanism by the "Auto" mode.
Ubun1
changed the title
Can VPA change pod resources requests without restart (in k8s 1.28 with InPlacePodVerticalScaling feature gate)?
Can VPA change pod requests without restart (in k8s 1.28 with InPlacePodVerticalScaling feature gate)?
Nov 2, 2023
Ubun1
changed the title
Can VPA change pod requests without restart (in k8s 1.28 with InPlacePodVerticalScaling feature gate)?
Can VPA change pod requests without recreate (in k8s 1.28 with InPlacePodVerticalScaling feature gate)?
Nov 2, 2023
Which component are you using?:
VPA
What version of the component are you using?:
vertical-pod-autoscaler
Component version:
vpa 1.0.0
What k8s version are you using (
kubectl version
)?:1.28.3
What did you expect to happen?:
Hi all!
Can someone clarify this section fron vpa docs:
"Auto": VPA assigns resource requests on pod creation as well as updates them on existing pods using the preferred update mechanism. Currently, this is equivalent to "Recreate" (see below). Once restart free ("in-place") update of pod requests is available, it may be used as the preferred update mechanism by the "Auto" mode.
Does VPA currently supported k8s alpha feature
InPlacePodVerticalScaling
(like documented here https://kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/#for-cluster-administrators) ?The text was updated successfully, but these errors were encountered: