krr
krr copied to clipboard
Pods are not found
Describe the bug We do have Pods which are created by another Pod (GitLab Runner Kubernetes Executer). These Pods don't have a Deployment, but even while they are running, they are not found in krr.
How can these Pods also be checked.
Screenshots
If applicable, add screenshots to help explain your problem.
I have a similar issue where pods are controlled by a service as opposed to a Deployment/StatefulSet/DaemonSet etc. It would be great if such pods could also be included in the result set.
Hey! So, when starting this project we descided to skip recommendations for standalone pods But if you guys ask, I think this is time to add this feature
We are also missing CronJob & Job
@alexanderniebuhr Jobs should work as expected, but CronJobs we haven't added also Will add those for future tasks
Thank you so much for this fantastic tool!
I was wondering today why the github runner wasn't showing up and then found this issue. This is probably related to that right?
@mrclrchtr can you try running krr with the prometheus-workload-loader branch and see if they show up there?
I tried the prometheus-workload-loader branch and unfortunately it doesn't show up.
The LimitRange is other case, so the deployments aren't have Resources values and leave them to shared/common values in LimitRange, but pods have requests and krr does not consider it. View with pods should help.