kudobuilder/kuttl

[Feature]: Add --start-at-step option

hoptical opened this issue · 1 comments

What would you like to be added:
There should be an option like --start-at-step option to force kuttl to start from a specific step and prevent it from running steps before it:

kuttl test --start-at-step 03-create-pod.yaml

Why is this needed:
Depending on the environment under the test, the first steps are sometimes unnecessary and must not be run since the necessities are already installed. Hence, the user should be able to start the Kuttl test from the specific step.