Skip to content

Commit a08d718

Browse files
authored
Added volcano.sh installation to docs (#9)
1 parent 86c25e0 commit a08d718

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717

1818
## Installation
1919

20+
Requires a volcano.sh installation on the cluster, can be installed using
21+
22+
```sh
23+
kubectl apply -f https://raw.githubusercontent.com/volcano-sh/volcano/master/installer/volcano-development.yaml
24+
```
25+
2026
The `kube-perftest` operator can be installed using [Helm](https://helm.sh):
2127

2228
```sh
@@ -300,4 +306,4 @@ export KUBE_PERFTEST__DEFAULT_IMAGE_PULL_POLICY=Always
300306

301307
# Run the operator
302308
kopf run -m perftest.operator -A
303-
```
309+
```

0 commit comments

Comments
 (0)