-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.sig/nodeCategorizes an issue or PR as relevant to SIG Node.Categorizes an issue or PR as relevant to SIG Node.
Description
- Update https://kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/ with v1.33 user-facing changes
- Switch to conditions for tracking resize status
-
PreferNoRestart policy (alpha)Deferred to v1.34 - Using ObservedGeneration to deterministically track resizes (alpha)
- https://kubernetes.io/docs/reference/node/kubelet-files/ update with new checkpoint paths
- Ensure limitations are clear
- Only CPU & Memory are mutable
- Cannot decrease memory limits, unless resize policy is RestartContainer
- Cannot resize swap → cannot resize memory request on swap-enabled pods
- Cannot resize Windows pods
- Cannot resize static CPU or static Memory resources
- Cannot remove resource requirements
- Cannot change pod QoS
- Guaranteed: requests must equal limits
- Burstable: cannot set both CPU & memory requests equal to limits
- Best effort: cannot add resource requirements
- Feature naming consistency, centered around "Resizing CPU and Memory Resources in-place"
- Describe relationship to "Vertical Pod Autoscaling"
- Cross reference from relevant pages
- https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/
- https://kubernetes.io/docs/concepts/workloads/autoscaling/#scaling-workloads-vertically
- https://kubernetes.io/docs/concepts/workloads/pods/
- https://kubernetes.io/docs/concepts/workloads/pods/downward-api/#downwardapi-resourceFieldRef - [FG:InPlacePodVerticalScaling] Handle Downward API resource updates kubernetes#130801
- Add debugging & troubleshooting documentation
/sig node
/milestone v1.33
Metadata
Metadata
Assignees
Labels
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.sig/nodeCategorizes an issue or PR as relevant to SIG Node.Categorizes an issue or PR as relevant to SIG Node.
Type
Projects
Status
Done