-
Notifications
You must be signed in to change notification settings - Fork 120
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
Feature: black- and whitelisting #2
Comments
that certainly makes sense. Let's collect a list of what would be useful and not too complicated to use and implement. I can think of
blacklisting trumps whitelisting, I guess. So pods matching a whitelisted label selector that are in a blacklisted namespace should not be killed.
|
I think that concludes it to be lightweight. Sounds good to me. |
Another possibility is attributes. |
@kfox1111 want do you have in mind? something like this maybe:
|
@eljefedelrodeodeljefe @kfox1111 Label based solution is here: #5. Let me know what you think. |
@eljefedelrodeodeljefe Namespace-based filtering, both white- and blacklisting supported, no regexp shenanigans: #9 (comment) |
Label-based and namespace-based selection is part of the v0.4.0 release I'm going to close this and create a new issue for attribute based filtering: #12 |
thanks @eljefedelrodeodeljefe and @kfox1111 for the suggestions! |
...would come in handy. I think chaosmonkey has a similar feature.
The text was updated successfully, but these errors were encountered: