Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow running an experiment that already exists #42

Open
dmartin35 opened this issue Apr 27, 2020 · 1 comment
Open

Allow running an experiment that already exists #42

dmartin35 opened this issue Apr 27, 2020 · 1 comment

Comments

@dmartin35
Copy link
Contributor

When the CRD creates an Chaos Experiment, it cannot be created again, unless manually deleted first.

We could add a flag in the experiment definition, to indicate that the [existing] experiment can be deleted/updated with the new one.

This is mainly useful when we want to run multiple times a same experiment with simply applying it , without explicit deletion
kubectl delete ctk x & kubectl apply -f manifest.yaml

We could use a flag like

spec:
  replaceExisting: true
@dmartin35
Copy link
Contributor Author

similar to #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant