stackrox / kube-linter

KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.
https://docs.kubelinter.io/
Apache License 2.0
2.92k stars 233 forks source link

feature: add support to keda scaledobject v1alpha1 #703

Closed jonathanmdr closed 8 months ago

jonathanmdr commented 8 months ago

I believe it provides support to pdb-min-available when the Replica number is controlled via Keda ScaledObject

jpedrobf commented 8 months ago

This is a nice complement to our fix with hpa minReplicas 🚀

jonathanmdr commented 8 months ago

@janisz, I applied your suggestion in the go.mod, do you can review it again?

If there's any other feedback, I'm happy to follow up on it 😄