Avi

Results 29 issues of Avi

Added trigger to run prometheus queries via robusta. This is an example dataset for ram usage of a pod for the manual trigger curl -X POST http://localhost:5000/api/trigger -H 'Content-Type: application/json'...

![Screen Shot 2024-02-21 at 16 22 17](https://github.com/robusta-dev/robusta/assets/97387909/4b2d8ffb-b271-442b-b49e-70795bcbb4c9)

adds additional env variables

notable changes, runner has two repos, `robustadev /robusta-runner `for releases https://hub.docker.com/r/robustadev/robusta-runner `robustadev /robusta-runner-dev` for development (automatic via skaffold) https://hub.docker.com/r/robustadev/robusta-runner-dev releases are automatically pushed to on git action in the future...

How to configure from generated_values.yaml ``` kubewatch: customServiceAccount: test-service-account runner: customServiceAccount: test-service-account ``` Verified pods have the same origonal service account when this is not set