# Kubernetes v1.37 adds alpha scheduler preemption for in-place pod resize

_Thursday, September 10, 2026 at 2:30 PM EDT · Infrastructure, Products · Latest · Tier 2 — Notable_

Kubernetes v1.37 introduced scheduler preemption for in-place pod resize as an alpha feature behind the InPlacePodVerticalScalingSchedulerPreemption gate. Previously, a running pod whose scale-up exceeded node headroom was marked Deferred and could stay blocked indefinitely.

The new mechanism lets the scheduler evict lower-priority pods on the same node to free capacity, then the kubelet actuates the resize without restarting the pod. Preemption is scoped to the pod's assigned node, and administrators can disable resize preemption per node via the podPreemptionPolicy field.

## Sources

- [Kubernetes Blog](https://kubernetes.io/blog/2026/09/10/kubernetes-v1-37-scheduler-preemption-for-in-place-pod-resize-alpha/)

---
Canonical: https://techandbusiness.org/newswire/KJGdJWxyLpKNJUxBkWPgIX
Retrieved: 2026-09-11T04:25:17.124Z
Publisher: Tech & Business (techandbusiness.org)
