sensu-plugins / sensu-plugins-kubernetes

Sensu plugins for Kubernetes
http://sensu-plugins.io
MIT License
28 stars 36 forks source link

check-kube-service-available: Add --ignore-evicted #108

Open dave-shawley opened 3 years ago

dave-shawley commented 3 years ago

Pull Request Checklist

Is this in reference to an existing issue? no.

General

New Plugins

Purpose

Our cluster occasionally has pods stuck in the evicted state even though the service is running fine. Adding a CLI option that ignores evicted pods makes the check less noisy.

Known Compatibility Issues