Open
Description
What happened:
When trying to execute a ChaosExperiments that target a application of kind "deploymentconfig" without using the TARGET_PODS the experiment pod failing because he cannot find target pods.
What you expected to happen:
I expect that the experiment pod is find the target pods.
Where can this issue be corrected? (optional)
The issue seem to come from a typo where instead of searching for "replicationcontroller" it try to use "replicacontroller" in those two line:
- https://github.com/litmuschaos/litmus-go/blob/v3.19.x/pkg/workloads/workloads.go#L29
- https://github.com/litmuschaos/litmus-go/blob/v3.19.x/pkg/workloads/workloads.go#L85
I tried to update those two line and create a custom image and it seem to fix the issue "calvinaud/go-runner:3.17.0-3.1"
How to reproduce it (as minimally and precisely as possible):
Trigger an pod ChaosEngine that use appKind: deploymentconfig