Skip to content

Commit dcd151a

Browse files
committed
doc: add references to dynamic resource allocation
Signed-off-by: Paul Bastide <[email protected]>
1 parent 28aa8ec commit dcd151a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,11 @@ The driver facilitates access to:
66

77
As additional features are made available, the driver will be expanded.
88

9-
This project is licensed under the Apache 2.0 License.
9+
This project is licensed under the Apache 2.0 License.
10+
11+
## References
12+
1. [Kubernetes: Dynamic Resource Allocation](https://kubernetes.io/docs/concepts/scheduling-eviction/dynamic-resource-allocation/)
13+
2. [Kubernetes: Dynamic Resource Allocation example](https://github.com/kubernetes-sigs/dra-example-driver/blob/main/README.md)
14+
3. [OpenShift Feature Gate: DynamicResourceAllocation](https://docs.openshift.com/container-platform/4.17/nodes/clusters/nodes-cluster-enabling-features.html)
15+
> Enables a new API for requesting and sharing resources between pods and containers. This is an internal feature that most users do not need to interact with. (DynamicResourceAllocation)
16+
OpenShift Docs are specific to a use-case

0 commit comments

Comments
 (0)