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

Improve Resiliency against containers that stop while we are running the detection #1

Open
1 task
s4ke opened this issue Jul 16, 2023 · 1 comment
Open
1 task

Comments

@s4ke
Copy link
Member

s4ke commented Jul 16, 2023

Example:

  • Oneshot containers that are running while we are starting up but shut down in between us gathering the information and running the network check. Right now e.g. a mysql backup container fails to be checked from the mysql container. Obviously no one would care about this situation in practice.

Possible solution:

  • Exclude containers marked with a label as targets
@s4ke
Copy link
Member Author

s4ke commented Jul 28, 2023

For a quick fix that allows for convention over configuration to some extent, we should go for ignorelist of regexes.

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

No branches or pull requests

1 participant