You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
kube-linter/pkg/templates/danglinghpa/template.go
Line 84 in 51eb58e
I have a HPA targetting a
KafkaNodePoolresource 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
scaleTargetRefexists?Thank you
All reactions