Atul Srivastava

Results 7 comments of Atul Srivastava

Hi @arbreezy , thanks for your response. I was going through this doc https://docs.k8sgpt.ai/reference/providers/backend/ and was trying to figure out how can I point k8sGPT to my company's AI backend....

Hi Team, can you please help with this.

Facing same issue with Amazon bedrock and latest version of k8sgpt and k8sgpt operator. Details field in the results object is empty, however I am able to get results from...

@JuHyung-Son yes, here are the logs: ``` % kubectl logs release-k8sgpt-operator-controller-manager-78d67f44c6-brh2g -n k8sgpt-operator-system -f 2024-05-31T19:56:25Z INFO controller-runtime.metrics Metrics server is starting to listen {"addr": "127.0.0.1:8080"} 2024-05-31T19:56:25Z INFO setup starting manager...

Hi @AlexsJones, as discussed, here is the AI spec I am using for bedrock: ``` spec: ai: anonymized: true backOff: enabled: true maxRetries: 5 backend: amazonbedrock enabled: true language: english...

@AlexsJones , I think the issue here is that my org provides temporary creds for aws so passing the AWS_ACCESS_KEY_ID & AWS_SECRET_ACCESS_KEY to the secret is not working. I tried...

> The AWS go-sdk does support [a few different modes](https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/#specify-credentials-programmatically) of identity management. For `AWS_SESSION_TOKEN` to work, you would need to set that on the `k8gpt-deployment` yaml a secret mounted...