digitalocean / clusterlint

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

Add webhook check for timeouts #84

Closed MorrisLaw closed 4 years ago

MorrisLaw commented 4 years ago

Creating another PR to try and trigger CircleCI, or debug further why it's not working for me. Here's the original PR: https://github.com/digitalocean/clusterlint/pull/83

What This PR adds an admission controller webhook check that looks at the TimeoutSeconds value to see if it is above the max of 30 seconds.

Why customers should be notified if they are above the recommended TimeoutSeconds max, because this blocks upgrades.

MorrisLaw commented 4 years ago

Closing to try and re-trigger the circle ci tests in a separate PR.