Replies: 1 comment
-
Posted as an issue instead #932. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
kube-linter/pkg/templates/danglinghpa/template.go
Line 84 in 51eb58e
I have a HPA targetting a
KafkaNodePool
resource but because of that condition in the code, it doesn't go further and it flags my HPA as being dangling.Why is it needed to check if the potential target object has pods? Why is it not sufficient for this check to only make sure that the
scaleTargetRef
exists?Thank you
Beta Was this translation helpful? Give feedback.
All reactions