kbench
kbench copied to clipboard
Modify fio job files to use ConfigMap
I’ve implemented the idea discussed in the issue. This PR depends on the previous https://github.com/longhorn/kbench/pull/9, so I will make further changes after that PR is merged.
If we use *.fio files in a ConfigMap:
Cons:
- Requires two apply commands to run the workload:
k apply -f fio-config.yaml
k apply -f fio.yaml
Pros:
- Easier to modify workloads through the ConfigMap.
Please review and provide feedback on these points. @derekbit
related: https://github.com/longhorn/longhorn/issues/9100