clusterlint
clusterlint copied to clipboard
A best practices checker for Kubernetes clusters. 🤠
- More often than not, the upload-binaries release action failed to upload all the release assets. This PR changes to softprops/action-gh-release to upload release assets. - In addition, use the...
### How to reproduce Using latest version run `clusterlint --version`. ### Expected behavior It should return the actual version number. ### Actual behavior It returns `clusterlint version 0.0.0`
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.7.1+incompatible to 2.8.0+incompatible. Release notes Sourced from github.com/docker/distribution's releases. v2.8.0 registry 2.8.0 Welcome to the v2.8.0 release of registry! The 2.8.0 registry release has been a long...
Hi, it's been a while since you added a Dockerfile to this repo but still don't have an official channel for that Docker image. I though [it was planned](https://github.com/digitalocean/clusterlint/pull/129#issuecomment-1008952322), isn't...
Dear DO, I upgraded my cluster on DO, and the ingress/load balancer failed after the upgrade. The incompatibility was not detected by clusterlint, I expect other customers will also run...
This check just outputs that the webhook is configured incorrectly and can cause problems with DOKS cluster upgrades. But, adding in more details as to how the webhook is configured...
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...
Right now, clusterlint analyzes the workloads after they have been deployed on a managed/self hosted platform. This is great because: - Users may not deploy everything into a cluster from...
We just found that one of our users used "nightly" tag in his manifest so I think that it should check for any non-fixed versions of images, not just latest
Add list groups command to offer a description of what each group means, what checks belong to the each group. This can be used from DOKS when we provide a...