litmuschaos / litmus-go

Apache License 2.0
66 stars 118 forks source link

Add support for ALL for TARGET_CONTAINER for parallel executions #682

Closed MichaelMorrisEst closed 6 months ago

MichaelMorrisEst commented 7 months ago

Is this a BUG REPORT or FEATURE REQUEST?

FEATURE REQUEST

What happened: TARGET_CONTAINERS allows the user to specify a particular container to target for the experiment

What you expected to happen: Allow the user to specify ALL for TARGET_CONTAINERS for parallel execution, in which case the experiment will be performed against all containers in the pods in parallel

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?: This was originally suggested in https://github.com/litmuschaos/litmus/issues/3637 If accepted there will be impacts to the documentation of the experiments to describe the new feature. I will submit a PR for that also if this will be accepted