forked from cloud-bulldozer/benchmark-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cr.yaml
27 lines (27 loc) · 856 Bytes
/
cr.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
apiVersion: ripsaw.cloudbulldozer.io/v1alpha1
kind: Benchmark
metadata:
name: example-benchmark
namespace: benchmark-operator
spec:
test_user: homer_simpson
clustername: nuclear-power-plant
elasticsearch:
url: http://my.elasticsearch.server:9200
workload:
name: smallfile
args:
#drop_cache_kernel: true
#drop_cache_rook_ceph: true
#storageclass: my-kubernetes-storageclass
storagesize: 2Gi
clients: 1
samples: 1
operation: ["create", "read"]
threads: 5
file_size: 64
files: 100
# more parameters available, see smallfile documentation
# at https://github.com/distributed-system-analysis/smallfile/blob/master/README.md
# subset of parameters supported for benchmark-operator are in
# roles/smallfile/templates/smallfilejob.other_parameters.yaml.j2