colebrooke / kubernetes-nagios

Basic health checks for a Kubernetes cluster
MIT License
50 stars 44 forks source link

Improve kubectl proxy debugging and allow parallel checks #21

Open Timoses opened 2 years ago

Timoses commented 2 years ago

Previously it was hard to investigate what was going on in case kubectl proxy failed.

With this change the log output of kubectl proxy is printed on error.

Further, unix sockets are used with kubectl proxy to better control parallel executions of checks. See #20