25 lines
553 B
Markdown
25 lines
553 B
Markdown
---
|
|
# Removed from Kubernetes
|
|
title: BalanceAttachedNodeVolumes
|
|
content_type: feature_gate
|
|
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.11"
|
|
toVersion: "1.21"
|
|
- stage: deprecated
|
|
defaultValue: false
|
|
fromVersion: "1.22"
|
|
toVersion: "1.22"
|
|
|
|
removed: true
|
|
---
|
|
Include volume count on node to be considered for
|
|
balanced resource allocation while scheduling. A node which has closer CPU,
|
|
memory utilization, and volume count is favored by the scheduler while making decisions.
|