You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When destroying the experiment fails, it will cause the problem of destroying all the time.
When chaosblade-operator is restarted, chaosblade resources may be recreated.
Describe what you expected to happen
Even if the execution fails, it will not return requeue or error.
Re-creation is allowed only when the state is Initial, and Initialized state is added to avoid the condition that the experiment has been created but the state update fails.
Add the --force-remove flag to solve the problem that the experiment cannot be deleted.
When updating the blade resource spec, the previous spec will be added to metadata.annotations to destroy previous experiments.
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
Issue Description
Type: enhance request
Describe what happened (or what feature you want)
Describe what you expected to happen
--force-remove
flag to solve the problem that the experiment cannot be deleted.metadata.annotations
to destroy previous experiments.Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered: