digitalocean / clusterlint

A best practices checker for Kubernetes clusters. 🤠
Apache License 2.0
542 stars 45 forks source link

Configure timeout for checks #48

Closed varshavaradarajan closed 5 years ago

varshavaradarajan commented 5 years ago

It is the API requests that take up most of the time, not the checks themselves. Since we have already configured the timeout for the API requests while building the client, this PR right now is unnecessary. We can revisit this if we see that the checks need a timeout as well.