Skip to content

Commit 00d4de7

Browse files
authored
Tweak formatting
1 parent 6545f00 commit 00d4de7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/blog/_posts/XX-dra-consumable-capacity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Dynamic Resource Allocation (DRA) is a Kubernetes API for managing scarce resour
1313
It enables flexible resource requests, going beyond simply allocating *N* number of devices to support more granular usage scenarios.
1414
With DRA, users can request specific types of devices based on their attributes, define custom configurations tailored to their workloads, and even share the same resource among multiple containers or Pods.
1515

16-
In this blog, we focus on the device sharing feature and dive into a new capability introduced in Kubernetes 1.34: `DRAConsumableCapacity`, which extends DRA to support finer-grained device sharing.
16+
In this blog, we focus on the device sharing feature and dive into a new capability introduced in Kubernetes 1.34: _DRA consumable capacity_,
17+
which extends DRA to support finer-grained device sharing.
1718

1819
## Background: device sharing via ResourceClaims
1920

0 commit comments

Comments
 (0)