29 lines
551 B
Markdown
29 lines
551 B
Markdown
---
|
|
# Removed from Kubernetes
|
|
title: PreferNominatedNode
|
|
content_type: feature_gate
|
|
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.21"
|
|
toVersion: "1.21"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.22"
|
|
toVersion: "1.23"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.24"
|
|
toVersion: "1.25"
|
|
|
|
removed: true
|
|
---
|
|
This flag tells the scheduler whether the nominated
|
|
nodes will be checked first before looping through all the other nodes in
|
|
the cluster.
|