25 lines
580 B
Markdown
25 lines
580 B
Markdown
---
|
|
# Removed from Kubernetes
|
|
title: ExperimentalCriticalPodAnnotation
|
|
content_type: feature_gate
|
|
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.5"
|
|
toVersion: "1.12"
|
|
- stage: deprecated
|
|
defaultValue: false
|
|
fromVersion: "1.13"
|
|
toVersion: "1.16"
|
|
|
|
removed: true
|
|
---
|
|
Enable annotating specific pods as *critical*
|
|
so that their [scheduling is guaranteed](/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/).
|
|
This feature is deprecated by Pod Priority and Preemption as of v1.13.
|