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've searched for similar issues and couldn't find anything matching
I've discussed this feature request in the K8sGPT Slack and got positive feedback
Is this feature request related to a problem?
Yes
Problem Description
In HPA analyzer, still now its getting the errors from the spec field particularly in the "Spec.ScaleTargetRef" field for HPA objects. That will not get all the errors list and also not getting the clear errors for some scenario.
Solution Description
Instead of getting the errors only from the spec field, we can also get the errors from the status field for HPA analyzer.
Benefits
If we get the error from both the field, then it will help to get the clear error list for the HPA analyzer.
Potential Drawbacks
No response
Additional Information
I added the some set of code to get the error from Status field also for HPA analyzer.
Checklist
Is this feature request related to a problem?
Yes
Problem Description
In HPA analyzer, still now its getting the errors from the spec field particularly in the "Spec.ScaleTargetRef" field for HPA objects. That will not get all the errors list and also not getting the clear errors for some scenario.
Solution Description
Instead of getting the errors only from the spec field, we can also get the errors from the status field for HPA analyzer.
Benefits
If we get the error from both the field, then it will help to get the clear error list for the HPA analyzer.
Potential Drawbacks
No response
Additional Information
I added the some set of code to get the error from Status field also for HPA analyzer.
In the below Image the HPA analyzer get the errors from the status field also:
The text was updated successfully, but these errors were encountered: