We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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 :)
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: