kyverno / chainsaw

Declarative K8s e2e testing
https://kyverno.github.io/chainsaw/
Apache License 2.0
298 stars 44 forks source link

[Question] --skip-delete=true not skip cleanup define in steps #1967

Open nkuacac opened 1 month ago

nkuacac commented 1 month ago

Describe your question

chainsaw test cases --skip-delete

steps:

chainsaw version Version

v0.2.8

Additional context

No response

eddycharly commented 1 month ago

@nkuacac --skip-delete=true applies to automatic cleanup (deleting resources created by chainsaw), not to explicit cleanup.

eddycharly commented 1 month ago

@nkuacac is this more clear ? Anything else you want to discuss ?

nkuacac commented 1 month ago

@nkuacac is this more clear ? Anything else you want to discuss ?

I think it's more reasonable to skip the cleaning steps at the same time. @eddycharly