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

Re-run an experiment #14

Open
dmartin35 opened this issue Mar 19, 2020 · 0 comments
Open

Re-run an experiment #14

dmartin35 opened this issue Mar 19, 2020 · 0 comments

Comments

@dmartin35
Copy link
Contributor

currently, when applying the same experiment definition twice, it does nothing on the second apply.

$ k apply -f examples/basic.yaml 
namespace/chaostoolkit-run configured
configmap/chaostoolkit-experiment created
chaostoolkitexperiment.chaostoolkit.org/my-chaos-exp created

$ k apply -f examples/basic.yaml 
namespace/chaostoolkit-run unchanged
configmap/chaostoolkit-experiment unchanged
chaostoolkitexperiment.chaostoolkit.org/my-chaos-exp unchanged

How could we re-run the experiment a second time, whiteout deleting it ?
$ k -n chaostoolkit-crd delete ctk my-chaos-exp

Could we have something (api/command) at the experiment level to be able to retriever a new pod creation, re-start the existing pod ?

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