28 lines
719 B
Markdown
28 lines
719 B
Markdown
---
|
|
title: NodeOutOfServiceVolumeDetach
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.24"
|
|
toVersion: "1.25"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.26"
|
|
toVersion: "1.27"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.28"
|
|
toVersion: "1.31"
|
|
|
|
removed: true
|
|
---
|
|
When a Node is marked out-of-service using the
|
|
`node.kubernetes.io/out-of-service` taint, Pods on the node will be forcefully deleted
|
|
if they can not tolerate this taint, and the volume detach operations for Pods terminating
|
|
on the node will happen immediately. The deleted Pods can recover quickly on different nodes.
|