chaostoolkit-incubator/kubernetes-crd

Auto delete Chaos Experiment once completed

dmartin35 opened this issue · 0 comments

Currently the Chaos Experiment stays in the list of the CRD until manual user deletion.
(NB: this also prevents from re-creating an experiment with the same name without deleting first)

We could use a TTL to indicate to removes the experiment (and optionally all related resources) after a certain amount of time after completion

Similar to pod TTL mechanism