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

Validate target port when injecting protocol faults to Pods #128

Closed
pablochacin opened this issue Mar 29, 2023 · 0 comments · Fixed by #136
Closed

Validate target port when injecting protocol faults to Pods #128

pablochacin opened this issue Mar 29, 2023 · 0 comments · Fixed by #136
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@pablochacin
Copy link
Collaborator

Presently, the target port is not validated when injecting protocol faults in a pod. If the port is not been used by any container of the Pod, the fault injection will not have any effect, but neither will the user receive any error or warning.

It would be desirable to check that the target port is exposed by any of the containers in the Pod. This validation must be made for each target Pod, as they may have been started independently or been created by different deployments.

@pablochacin pablochacin added enhancement New feature or request good first issue Good for newcomers labels Mar 29, 2023
@pablochacin pablochacin changed the title Validate target pod port when injecting a fault Validate target port when injecting protocol faults to Pods Mar 29, 2023
@nickandreev nickandreev mentioned this issue Apr 16, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant