-
Notifications
You must be signed in to change notification settings - Fork 787
Description
What happened:
I tried to create a http 500 fault for the HTTPBIN service (which was deployed using the istio sample here: Http Bin I have the 3.0 version of chaos installed. I have set up the infrastructure and the chaos infra has been configured with "cluster wide access" and not namespace scoped for now.
While running the experiment, it's noticed that the experiment has started, but I am not able to see any status code experiment implementation. On further analysis, it's observed that the chaos-operator-ce is always going through crashloopbackoff as observed in the screenshot.


What you expected to happen:
I would like the http status code experiment to run successfully and obtain the mentioned status code for the duration of the experiment.
How to reproduce it (as minimally and precisely as possible):
Install fresh litmus 3.0.0.
Add infrastructure from UI.
Run any experiment
Observe
Anything else we need to know?:
This is the exact same issue as that of #4180 .