k6-operator icon indicating copy to clipboard operation
k6-operator copied to clipboard

Introduce ttlSecondsAfterFinished to TestRun

Open JunhoeKim opened this issue 10 months ago • 1 comments

Feature Description

The current TestRun resource cleans up resources used for the load test through the cleanup property. However, there is a need to be able to debug failed cases, and even when the load test is successfully completed, the resources may need to be retained for a certain period of time. How about adding the ttlSecondsAfterFinished property used in Job workloads to the TestRun object as well, to make resource management a little more flexible?

Suggested Solution (optional)

No response

Already existing or connected issues / PRs (optional)

No response

JunhoeKim avatar Apr 20 '24 10:04 JunhoeKim

Hi @JunhoeKim, thanks for opening the issue!

This sounds like a duplicate to https://github.com/grafana/k6-operator/issues/260 ?

yorugac avatar Apr 25 '24 15:04 yorugac