File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
monitoring/local_monitoring Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ By default, it runs on the `Kind` cluster.
2828```
2929
3030```
31- Usage: ./local_monitoring_demo.sh [-s|-t] [-c cluster-type] [-l] [-p] [-r] [-i kruize-image] [-u kruize-ui-image] [-b] [-n namespace] [-d load-duration] [-m benchmark-manifests]
31+ Usage: ./local_monitoring_demo.sh [-s|-t] [-c cluster-type] [-l] [-p] [-r] [-i kruize-image] [-u kruize-ui-image] [-b] [-n namespace] [-d load-duration] [-m benchmark-manifests] [-g num of unpartitioned gpu resources]
3232c = supports minikube, kind and openshift cluster-type
3333i = kruize image. Default - quay.io/kruize/autotune_operator:<version as in pom.xml>
3434l = Run a load against the benchmark
@@ -40,6 +40,7 @@ b = deploy the benchmark.
4040n = namespace where benchmark is deployed. Default - default
4141d = duration to run the benchmark load
4242m = manifests of the benchmark
43+ g = number of unpartitioned gpu resources available
4344```
4445
4546## Understanding the Demo
You can’t perform that action at this time.
0 commit comments