Skip to content

Commit 33c66fb

Browse files
committed
doc: update readme to include reference to dra-exampled-driver and 4.19
Signed-off-by: Paul Bastide <[email protected]>
1 parent 936c544 commit 33c66fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This feature uses DynamicResourceAllocation. To setup, go into the Cluster UI, `
1414

1515
You must have Power10+ nodes to take advantage of the power-dra-driver. It will not allocate nx-gzip access if you are not on a Power10, or if the nx-gzip is some how disabled on the Operating System.
1616

17+
You should also be using an OpenShift Container Platform 4.19+.
18+
1719
## Install
1820

1921
```
@@ -40,3 +42,5 @@ helm uninstall -i \
4042
3. [OpenShift Feature Gate: DynamicResourceAllocation](https://docs.openshift.com/container-platform/4.17/nodes/clusters/nodes-cluster-enabling-features.html)
4143
> 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)
4244
OpenShift Docs are specific to a use-case
45+
46+
This code repository is based on [kubernetes-sigs/dra-example-driver](https://github.com/kubernetes-sigs/dra-example-driver) and extends apis used in the example driver.

0 commit comments

Comments
 (0)