digitalocean / digitalocean/clusterlint
Admission control webhook check in the "basic" group
- Dominant language
- Go
- Stars
- 598
- Forks
- 46
- Avg merge
- 2h
- Merged PRs (30d)
- 1
Description
We currently have a variety of webhook checks in the `doks` group, since various webhook configurations can be problematic for DOKS upgrades. However, there are also some generic best practices around admission control webhooks, [documented in the upstream docs](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#availability). For example, it's a generic best practice to set timeouts to small values (definitely less than 30 seconds, since that's the default apiserver request timeout).
We should build some generic webhook best practice checks that can be included in the `basic` group as well as the `doks` group.
Contributor guide
Assessment
This issue has not been assessed yet.