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

Apply fault injection validations uniformly across protocols and disruptors #299

Closed
pablochacin opened this issue Aug 16, 2023 · 0 comments · Fixed by #316
Closed

Apply fault injection validations uniformly across protocols and disruptors #299

pablochacin opened this issue Aug 16, 2023 · 0 comments · Fixed by #316
Assignees
Labels
bug Something isn't working

Comments

@pablochacin
Copy link
Collaborator

Fault injection is subject to some validations such as:

  • Target pod exports the target port
  • Target pod is not running in the host network
  • The target pod has an IP address set

These checks should be applied regardless of the protocol and regardless of which disruptor is injecting the fault (Pod, Service).

Currently, this is not the situation. For example, gRPC fault injection in the Pod disruptor does not check whether the target pod is using a host network.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant