kbench icon indicating copy to clipboard operation
kbench copied to clipboard

Modify fio job files to use ConfigMap

Open hookak opened this issue 6 months ago • 8 comments

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

hookak avatar Aug 05 '24 12:08 hookak