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
Is your feature request related to a problem? Please describe.
Unable to get resource recommendations for pods created using StrimziPodSets crd. I tried using --selector but still unable to get recommendations
I get correct response from k get pod -n <my-ns> -l key=value
WARNING Current filters resulted in no objects available to scan. runner.py:300
WARNING Try to change the filters or check if there is anything available. runner.py:301
Describe the solution you'd like
Get resource recommendations for pods created by StrimziPodSets
Describe alternatives you've considered
I haven't found any yet
Are you interested in contributing a PR for this?
Yes
Additional context
I have found this? part of code but unclear whether it will work only on these types resources or all
The text was updated successfully, but these errors were encountered:
Hi @sappusaketh, you'll have to add some code like the 2nd link you referenced. You can use the function _list_rollouts as reference, which adds support to KRR for ArgoRollouts.
Is your feature request related to a problem? Please describe.
Unable to get resource recommendations for pods created using
StrimziPodSets
crd. I tried using --selector but still unable to get recommendationsI get correct response from
k get pod -n <my-ns> -l key=value
krr simple -p myprometheus.com --selector "key=value" -n <my-ns>
returns
Describe the solution you'd like
Get resource recommendations for pods created by StrimziPodSets
Describe alternatives you've considered
I haven't found any yet
Are you interested in contributing a PR for this?
Yes
Additional context
I have found this? part of code but unclear whether it will work only on these types resources or all
The text was updated successfully, but these errors were encountered: