Skip to content

Commit

Permalink
Correct links.
Browse files Browse the repository at this point in the history
Signed-off-by: Subhasish Behera <[email protected]>
  • Loading branch information
Subhasish-Behera committed May 26, 2024
1 parent a9cec3d commit 3925fad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/design/dynamic-resource-allocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DRA(Dynamic resource allocation) is the new way of requesting access to resource

DRA allows one to move away from the limited "countable" API provided by device plugins today. Volcano's implementation of device plugins is present in `https://github.com/volcano-sh/devices`.

The KEP for k8s DRA implemenation: https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/4381-dra-structured-parameters/README.md
The KEP for k8s DRA implementation: https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/3063-dynamic-resource-allocation/README.md

## Goals

Expand Down Expand Up @@ -50,6 +50,7 @@ Testing strategy: use k8's existing [test driver](https://github.com/kubernetes/

Future work:
1. [structured parameters](https://github.com/kubernetes/enhancements/issues/4381): support claim allocation through scheduler without relying on third-party driver.
KEP for reference: https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/4381-dra-structured-parameters/README.md



Expand Down

0 comments on commit 3925fad

Please sign in to comment.