Replies: 4 comments 1 reply
-
Thanks for posting a discussion about homepage here on GitHub. Homepage now uses a fancy new AI tool thanks to our friends at Glime, so the answer below is the AI bot's attempt to answer your question. If you feel it's sufficient you can mark the answer and close this post, otherwise feel free to leave it open of course! Thanks for using Homepage! ❤️ Based on the information provided and the context from the sources, it seems that the issue you're experiencing is related to the way the From the sources, it's clear that the One thing to note from the sources is that there was a documentation error where If you've confirmed that the label You can report the issue on the Homepage GitHub repository's issues section, which is a common practice for reporting bugs and requesting features or support. This comment was generated by Glime. |
Beta Was this translation helpful? Give feedback.
-
Hello,
B) couldn't get pod-selector to work either with "" |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
Description
I have the entry below and it does not get the correct stats for all the pods in the namespace. I'm not sure if I'm missing something to make sure that this is working. I tried including pod selectors but that didn't work either (see second config below). I made sure that all the pods have the app.kubernetes.io/instance: cert-manager label and they do. When I do a kubectl top -n cert-manager pods and then add up the memory results, it doesn't equal what the widget shows. Looks like the widget is only targeting app.kubernetes.io/name: cert-manager pods even though I'm using a pod selector.
Config 1
- Cert Manager [Cloud]:
icon: https://raw.githubusercontent.com/cert-manager/cert-manager/1035bb44ca8e9a1cd49c9de79dd5b28af1dcc972/logo/logo.svg
description: Kubernetes TLS automatic certificate manager
namespace: cert-manager
app: cert-manager
showStats: true
pod-selector: ""
Config 2 - With pod selector set
- Cert Manager [Cloud]:
icon: https://raw.githubusercontent.com/cert-manager/cert-manager/1035bb44ca8e9a1cd49c9de79dd5b28af1dcc972/logo/logo.svg
description: Kubernetes TLS automatic certificate manager
namespace: cert-manager
app: cert-manager
showStats: true
pod-selector: >-
app.kubernetes.io/instance in (
cert-manager
)
homepage version
v0.8.13
Installation method
Other (please describe above)
Configuration
Kubernetes install
Container Logs
No response
Browser Logs
No response
Troubleshooting
I switched the pod selector between the two configs as mentioned in the description. I tried this for another namespace/service like longhorn and it didn't work. Looks like the "app: cert-manager" entry is taking over and only pods with this label app.kubernetes.io/name: cert-manager are working.
Beta Was this translation helpful? Give feedback.
All reactions