forked from cloud-bulldozer/orion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathokd-control-plane-crd-scale.yaml
More file actions
42 lines (40 loc) · 1.09 KB
/
okd-control-plane-crd-scale.yaml
File metadata and controls
42 lines (40 loc) · 1.09 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
tests:
- name: okd-crd-scale-6nodes
metadata:
ocpVersion: {{ version }}
platform: AWS
clusterType: self-managed
masterNodesType: m6a.xlarge
masterNodesCount: 3
workerNodesType: m6a.xlarge
workerNodesCount: 6
benchmark.keyword: crd-scale
networkType: OVNKubernetes
jobType: {{ jobtype | default('periodic') }}
pullNumber: {{ pull_number | default(0) }}
organization: {{ organization | default('') }}
repository: {{ repository | default('') }}
stream: okd
metrics:
- name: apiserverCPU
metricName.keyword: containerCPU
labels.namespace.keyword: openshift-kube-apiserver
metric_of_interest: value
agg:
value: cpu
agg_type: avg
labels:
- "[Jira: kube-apiserver]"
direction: 1
threshold: 10
- name: etcdCPU
metricName.keyword: containerCPU
labels.namespace.keyword: openshift-etcd
metric_of_interest: value
agg:
value: cpu
agg_type: avg
labels:
- "[Jira: etcd]"
direction: 1
threshold: 10