-
**Is your feature request related to a problem? Please describe.**
Please add [kube-linter](https://github.com/stackrox/kube-linter) for the following reasons:
* kube-linter is actively maintained w…
-
When migrating `RetryGenerateName` from unversioned to versioned, I removed the feature gate from `pkg/features/kube_features.go` and added it to `/pkg/features/kube_features.go`.
I then ran:
``…
-
asdf install kube-linter latest
* Downloading kube-linter release 0.6.4...
curl: (22)…
-
**Description of the problem/feature request**
Provide more examples of how to integrate kube-linter into other CI/CD tools for wider adoption and usage.
**Description of the existing behavior vs…
-
A large part of CI today is spent on installing kube-linter in the GHA. We could optimize this step and reduce CI/CD close to a minute by using a pre-built image which already has kube-linter installe…
-
Today, kube-linter shows the output `Warning: no valid objects found.` when there is an invalid yaml file.
The error messages could be made more clear. Rather than asking users to use verbose logg…
-
**Description of the problem/feature request**
Ability to write your own custom plugins for linter, using golang. Looks like golang supports plugin loading through https://pkg.go.dev/plugin.
**De…
-
**Is your feature request related to a problem? Please describe.**
One of best practice of a Pod is represented by having readines/liveness probes.
Is this something you would consider for kaniste…
-
### Repro
```diff
diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go
index 80a25132bca..fb598b95ddd 100644
--- a/pkg/features/kube_features.go
+++ b/pkg/features/kube_fe…
aojea updated
3 months ago
-
**Description of the problem/feature request**
Kubernetes 1.31 introduces a new PDB configuration field, [.spec.unhealthyPodEvictionPolicy](https://kubernetes.io/docs/tasks/run-application/configure-…