-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pods are not found #139
Comments
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 |
We are also missing |
@alexanderniebuhr Jobs should work as expected, but CronJobs we haven't added also |
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. |
I'm having a similar problem -- I ran krr on an airflow cluster, but only got back the pods that are in deployments, not the pods running the workflows which are standalone pods. I can get currently running worker pods using
but running |
@hanleybrand just to confirm, are they also missing on the |
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.
The text was updated successfully, but these errors were encountered: