-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
57 lines (57 loc) · 1.11 KB
/
config.json
File metadata and controls
57 lines (57 loc) · 1.11 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"mode": "INIT_BOOTSTRAP",
"data-storage": {
"mode": "EMAIL",
"email": {
"hostname": "",
"port": 465,
"use-ssl": true,
"username": "",
"password": "",
"from": "kubewatt@bjornp.com",
"recipient": "bjorn@bjornp.com"
}
},
"collector": {
"node-names": [
"129.125.235.218"
],
"node-static-power": {
"129.125.235.218": 207.8
},
"power": {
"source": "REDFISH",
"redfish": {
"129.125.235.218": {
"host": "https://129.125.235.217",
"systems": [
"System.Embedded.1"
],
"username": "bjorn",
"password": ""
}
}
},
"utilization": {
"control-plane-pods": [
"nfs-.*",
"calico-.*",
"canal-.*",
"coredns-.*",
"metrics-.*",
"kepler-.*",
"tekton-.*",
"kubewatt-.*"
]
}
},
"bootstrap-initializer": {
"bucket-percent-start": 20,
"bucket-percent-end": 80,
"bucket-size": 10,
"min-mult": 0.5,
"node-has-smt": {
"129.125.235.218": false
}
}
}