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
So we have a 1 node cluster and we are trying to run chaos experiments on it. We were able to run the pod delete experiment on our deployment but not pod-cpu-hog and pod-memory-hog. We keep getting this error even after editing the chaos engine.yaml file to suit our deployment.
failedStep: '{"errorCode":"STATUS_CHECKS_ERROR","phase":"ChaosInject","reason":"helper
status check failed: no pods found with mathcing
labels","target":"{podLabel: app=pod-cpu-hog-helper-uldogk, namespace:
litmus}"}'
Thanks for checking out in experiments, On looking into the issue seems like the app details were not passed correctly.
Can you please pass the below envs as well in ChaosEngine?
@senju-hashirama - the issue seems to be an inability to create the helper pod (you can see the error message calls out that it couldn't detect a pod with the label app=pod-cpu-hog-helper-uldogk).
Also, can you share what is the kubernetes environment in use here?
Question
So we have a 1 node cluster and we are trying to run chaos experiments on it. We were able to run the pod delete experiment on our deployment but not pod-cpu-hog and pod-memory-hog. We keep getting this error even after editing the chaos engine.yaml file to suit our deployment.
Here is the engine.yaml file:
The text was updated successfully, but these errors were encountered: