Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions modules/nodes-pods-allocate-dra-configure-about.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 0 additions & 7 deletions modules/nodes-pods-allocate-dra-configure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down