We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c25e0 commit a08d718Copy full SHA for a08d718
README.md
@@ -17,6 +17,12 @@
17
18
## Installation
19
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
26
The `kube-perftest` operator can be installed using [Helm](https://helm.sh):
27
28
```sh
@@ -300,4 +306,4 @@ export KUBE_PERFTEST__DEFAULT_IMAGE_PULL_POLICY=Always
300
306
301
307
# Run the operator
302
308
kopf run -m perftest.operator -A
303
-```
309
0 commit comments