Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow cluster-wide pod experiments #3929

Open
AlvaroGG0 opened this issue Mar 20, 2023 · 0 comments · May be fixed by litmuschaos/chaos-operator#454
Open

Allow cluster-wide pod experiments #3929

AlvaroGG0 opened this issue Mar 20, 2023 · 0 comments · May be fixed by litmuschaos/chaos-operator#454

Comments

@AlvaroGG0
Copy link

Currently, Litmus forces pod experiments to be performed at namespace level. In case the user does not define any namespace in his chaos-scenario, the chaos-operator defaults to the "litmus" namespace, which makes it impossible to attack pods at cluster level.

I suggest the following changes:

  • Remove the chaos-operator functionality that sets by default the namespace "litmus" as the target in case namespace is not defined.
  • As this change could generate risks to the user when executing certain experiments, I would modify the frontend to show a warning message in case a namespace is not defined (or even set the annotationCheck to true by default when this happens).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant