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

Feature request: Option to ignore or/and pick specific pods/deployments #36

Open
yw5vruox7dr opened this issue Apr 1, 2022 · 1 comment

Comments

@yw5vruox7dr
Copy link

Currently it's only possible to monitor all pods or deployments in namespace. It would be great, if you can black- or whitelist specific objects.

For example:

./check_k8s.py --host x --token x --namespace project1 --resource pods --ignore pod/sub2
./check_k8s.py --host x --token x --namespace project1 --resource deployments --deployment sub1,sub3
@erikdsjostrom
Copy link
Contributor

This makes sense to me, I'll bring it up internally and see what kind of priority we can place on this. Of course a PR is always welcome :)

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

2 participants