Natan Yellin
Natan Yellin
Thank you, that makes sense! I don't have an ETA right now, this helps us plan what a good solution looks like.
Thanks, the best fix is probably updating poetry version to 2.0+ and migrating to use [project] instead of the poetry specific fields. (See https://python-poetry.org/blog/announcing-poetry-2.0.0/)
@ZebiGoldstone I am less familiar with KubeVirt, but if you were to do this manually how would you do so? Which metrics would you look at?
Thanks. This might be doable as a subset of https://github.com/robusta-dev/krr/issues/411 with auto-discovery as a later more advanced feature on top.
Hi @danialahmed97, I think the correct environment variable is `PROCESSED_ALERT_CACHE_TTL` (without an S in ALERTS). Can you check with that environment variable name and see if it works?
Hi, thank you both for reporting. Does this work for you if running from source?
Hi, we're tracking some fixes for this in #435 and #436 - there is some complexity due to the dependency on matplotlib and PIL. If you have ideas for a...
Thanks, good feedback. How are you using Holmes? * CLI * In-cluster HTTP Server * UI * Other For some of the methods there are workarounds today (e.g. one argocd...
Got it, thanks. Regarding http server, its documented [here](https://holmesgpt.dev/reference/http-api/) and [here](https://holmesgpt.dev/installation/kubernetes-installation/) but its not useful on its own. You need a client that can interact with it. Would you be...
Hi @grzesuav, Thanks for reporting. This isn't supposed to happen. I think there are two things happening here: 1. We recently added the `run_bash_command` tool as an fallback where Holmes...