--- # Removed from Kubernetes title: PodReadinessGates content_type: feature_gate _build: list: never render: false stages: - stage: alpha defaultValue: false fromVersion: "1.11" toVersion: "1.11" - stage: beta defaultValue: true fromVersion: "1.12" toVersion: "1.13" - stage: stable defaultValue: true fromVersion: "1.14" toVersion: "1.16" removed: true --- 允许设置 `podReadinessGate` 字段以扩展 Pod 就绪状态评估。更多细节请参见 [Pod 就绪状态判别](/zh-cn/docs/concepts/workloads/pods/pod-lifecycle/#pod-readiness-gate)。