Skip to content

Commit 68e9218

Browse files
committed
doc: update with install, pre-req and uninstall
Signed-off-by: Paul Bastide <[email protected]>
1 parent a39d7b2 commit 68e9218

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@ As additional features are made available, the driver will be expanded.
88

99
This project is licensed under the Apache 2.0 License.
1010

11+
## Pre-Requisites
12+
13+
This feature uses DynamicResourceAllocation. To setup, go into the Cluster UI, `Administration` -> `CustomResourceDefinitions` -> `FeatureGate` -> `Instances` -> `cluster` add `spec.featureSet: TechPreviewNoUpgrade`
14+
15+
## Install
16+
17+
```
18+
helm upgrade -i \
19+
--create-namespace \
20+
--namespace power-dra-driver \
21+
power-dra-driver \
22+
deployments/helm/power-dra-driver
23+
```
24+
25+
## Uninstall
26+
27+
```
28+
helm uninstall -i \
29+
--create-namespace \
30+
--namespace power-dra-driver \
31+
power-dra-driver \
32+
deployments/helm/power-dra-driver
33+
```
34+
1135
## References
1236
1. [Kubernetes: Dynamic Resource Allocation](https://kubernetes.io/docs/concepts/scheduling-eviction/dynamic-resource-allocation/)
1337
2. [Kubernetes: Dynamic Resource Allocation example](https://github.com/kubernetes-sigs/dra-example-driver/blob/main/README.md)

0 commit comments

Comments
 (0)