18 lines
406 B
Markdown
18 lines
406 B
Markdown
---
|
|
title: PodSchedulingReadiness
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.26"
|
|
toVersion: "1.26"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.27"
|
|
---
|
|
Enable setting `schedulingGates` field to control a Pod's [scheduling readiness](/docs/concepts/scheduling-eviction/pod-scheduling-readiness).
|