18 lines
504 B
Markdown
18 lines
504 B
Markdown
---
|
|
title: DRADeviceTaints
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.33"
|
|
---
|
|
Enables support for
|
|
[tainting devices and selectively tolerating those taints](/docs/concepts/scheduling-eviction/dynamic-resource-allocation/#device-taints-and-tolerations)
|
|
when using dynamic resource allocation to manage devices.
|
|
|
|
This feature gate has no effect unless you also enable the `DynamicResourceAllocation` feature gate.
|