robusta-dev / kubernetes-chatgpt-bot

A ChatGPT bot for Kubernetes issues.
922 stars 103 forks source link

After configuration, click on ask chatgpt and there is no response #24

Closed MrYangyt closed 9 months ago

MrYangyt commented 9 months ago

After configuration, click on ask chatgpt and there is no response

image
aantn commented 9 months ago

Are there any errors in the robusta-runner pod logs?

On Fri, Dec 1, 2023, 05:12 墨子白棋 @.***> wrote:

After configuration, click on ask chatgpt and there is no response image.png (view on web) https://github.com/robusta-dev/kubernetes-chatgpt-bot/assets/32567408/6b286877-f8fc-49fd-bc44-4cd10fb0b3ee

— Reply to this email directly, view it on GitHub https://github.com/robusta-dev/kubernetes-chatgpt-bot/issues/24, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADYUB46HI5KO7CFIOAX763YHFDKTAVCNFSM6AAAAABACF3YAGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAYTSOJWHEYDGMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

MrYangyt commented 9 months ago
image

Is this my Prometheus not properly configured? I am using my own pre-existing Prometheus. Do I need to make any special configurations

arikalon1 commented 9 months ago

Hi @MrYangyt

In order to use Slack buttons, you must verify that disableCloudRouting is set to false in the generated_values.yaml file (this is the default) Is that the case in your cluster?

Regarding the error, it indicates Robusta can't automatically detect your Prometheus service. You need to specify it manually in the geneated_values.yaml file, like this:

globalConfig:
  prometheus_url: http://my-prometheus-cluster-dns....
MrYangyt commented 9 months ago

Got it, thank you. I'll try again

aantn commented 9 months ago

Closing, but please re-open if the issue continues.