We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
$ 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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently, when applying the same experiment definition twice, it does nothing on the second apply.
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 ?
The text was updated successfully, but these errors were encountered: