-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Description
What is the problem you're trying to solve
Pod sandbox cgroups are managed by the Kubelet, but the pod sandbox resources are still passed through to the RunPodSandbox request. With the new InPlacePodVerticalScaling (pod resize) feature, these resources are now mutable. To support NRI plugins that need to know the pod sandbox resources, we're adding a new UpdatePodSandboxResources informational CRI call for the purpose of passing the information through to NRI.
Describe the solution you'd like
Kubernetes KEP: https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/1287-in-place-update-pod-resources#cri-changes
Kubernetes CRI PR: kubernetes/kubernetes#128123
Additional context
Per https://www.kubernetes.dev/docs/code/cri-api-version-skew-policy/#feature-development, we should have a draft PR implementing the new CRI call in both Kubernetes and containerd before merging the CRI API.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status