kube-score icon indicating copy to clipboard operation
kube-score copied to clipboard

Feature Request: add test name to error for easier ignore

Open devopsmash opened this issue 3 years ago • 0 comments

currently in order to get the test name in order to ignore it you need to run kube-score list and then to detect the right test

It will be awesome to have also the test name next to the error

Suggestion:

apps/v1/Deployment appclient                                                  💥
    [CRITICAL] Deployment targeted by HPA does not have replicas configured (deployment-targeted-by-hpa-does-not-have-replicas-configured)
        · The deployment is targeted by a HPA, but a static replica count is configured in the DeploymentSpec
            When replicas is both statically set and managed by the HPA, the
            replicas will be changed to the statically configured count when the
            spec is applied, even if the HPA wants the replica count to be
            higher.

devopsmash avatar May 26 '21 08:05 devopsmash