Make patcher parameters flexible
This MR changes the way patchers are configured:
Now a patcher definition takes 3 arguments:
-
type
: patcher type, e.g.ReplicaPatcher
. -
resource
: Kuberntes resources to be patched -
config
: a map containing all configuration parameters for the specific patcher
This makes it possible to improve the configurability of the NumNestedGroupsLoadGeneratorReplicaPatcher
and the
NumSensorsLoadGeneratorReplicaPatcher
.
For example:
- type: "NumSensorsLoadGeneratorReplicaPatcher"
resource: "uc1-load-generator-deploym ent.yaml"
config:
loadGenMaxRecords: "15000"
Closes #233 (closed)
Edited by Sören Henning
Merge request reports
Activity
Filter activity
@she could you take a look at this? I am not 100% happy with this solution, but I also have no idea how to make it better. If you are okay with it, I will update the documentation accordingly.
- Resolved by Benedikt Wetzel
- Resolved by Sören Henning
assigned to @she
mentioned in merge request !131 (merged)
added 1 commit
- 27c74060 - update patcher documentation (configuration via map)
added 4 commits
-
27c74060...2cbbeea0 - 3 commits from branch
she:theodolite-kotlin
- 9672d878 - Merge branch 'theodolite-kotlin' of...
-
27c74060...2cbbeea0 - 3 commits from branch
- Resolved by Benedikt Wetzel
- Resolved by Benedikt Wetzel
enabled an automatic merge when the pipeline for 8d1954db succeeds
Please register or sign in to reply