From 99bcbb431cdbd24da87f3be328dde2d5951a2503 Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Tue, 8 Sep 2026 16:44:54 -0400 Subject: [PATCH] OSDOCS DRA: Add support for partitionable devices : GA 5.0 --- modules/nodes-pods-allocate-dra-configure-about.adoc | 5 ----- modules/nodes-pods-allocate-dra-configure.adoc | 7 ------- 2 files changed, 12 deletions(-) diff --git a/modules/nodes-pods-allocate-dra-configure-about.adoc b/modules/nodes-pods-allocate-dra-configure-about.adoc index 887b1669fa1..3584a08cd7b 100644 --- a/modules/nodes-pods-allocate-dra-configure-about.adoc +++ b/modules/nodes-pods-allocate-dra-configure-about.adoc @@ -40,11 +40,6 @@ The DRA driver on each node creates and manages _resource slices_, which describ + A partitionable device is a single physical hardware device that can be split into smaller, logical instances, such as Multi-Instance GPUs, based on workload demands. By partitioning devices, you can safely and efficiently share expensive accelerators across multiple pods. + --- -:FeatureName: Partitionable devices -include::snippets/technology-preview.adoc[leveloffset=+1] --- -+ To allocate partitions, the DRA creates a _counter set_, which is a set of named _counters_. The counters represent the resources available on the physical device that are used by the logical devices advertised through DRA. + Logical devices can specify the `consumesCounters` list in a resource slice. Each entry contains a reference to a counter set and a set of named counters with the amounts they can consume. diff --git a/modules/nodes-pods-allocate-dra-configure.adoc b/modules/nodes-pods-allocate-dra-configure.adoc index 008b2116c74..79524dc6119 100644 --- a/modules/nodes-pods-allocate-dra-configure.adoc +++ b/modules/nodes-pods-allocate-dra-configure.adoc @@ -17,13 +17,6 @@ The example in the following procedure creates a resource claim to schedule a po * A Dynamic Resource Allocation (DRA) driver is installed. For more information on DRA, see link:https://kubernetes.io/docs/concepts/scheduling-eviction/dynamic-resource-allocation/["Dynamic Resource Allocation"] (Kubernetes documentation). * A resource slice has been created. -* If your resource slice is allocating a partitioned device, you enabled the required Technology Preview features for your cluster by adding the `TechPreviewNoUpgrade` feature set to the `FeatureGate` CR named `cluster`. For information about enabling Feature Gates, see "Enabling features using feature gates". -+ -[WARNING] -==== -Enabling the `TechPreviewNoUpgrade` feature set on your cluster cannot be undone and prevents minor version updates. This feature set allows you to enable these Technology Preview features on test clusters, where you can fully test them. Do not enable this feature set on production clusters. -==== - * A resource claim and/or resource claim template has been created. + .Example resource claim object