-
Notifications
You must be signed in to change notification settings - Fork 122
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
Filter by OwnerReference's Kind #224
Conversation
Testing in my local cluster: Configuration:
Logs:
|
@linki 👀 🙏 |
@qlikcoe That's awesome! 😀 I'll take a look in the following days. |
@linki any updates? I think this would be a useful feature |
ping @linki 😬 |
Filter by Kind. Set up tests.
0cbbd83
to
771b5d6
Compare
Rebased |
⏳ |
@qlikcoe Awesome stuff 👍 I removed a piece of code in the kinds filter that is obsolete, I think. Tests are still passing. Let me know if you disagree. Otherwise I'll merge this. A big thank you 🥳 and sorry for the delay! |
@linki looks good! |
@qlikcoe Thanks again! |
This is part of v0.21.0. |
That’s a great feature! |
This PR adds new flag
--kinds
.It allows us to include/exclude specific Kinds of pods or, to be more specific, filter by OwnerReference's Kind.
So, for example, you can exclude any pods created by any DaemonSet by using the following flag: