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
  
        
    
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
Beta Was this translation helpful? Give feedback.
All reactions