Alex Jones
Alex Jones
> In my case, the `Service` analyzer needs to analyze **182 items**. By adding more logs, I can see that each item takes **approximately 1 second** to be analyzed. Concurrency...
The analyzers themselves are concurrent, but our previous conversation was about making the routines within the analysers also task in parallel. The challenge here is going to be the API...
Thanks for submitting this, it's not quite complete though. - You need to modify the original Custom Resource with the new fields, regenerate it also. https://github.com/k8sgpt-ai/k8sgpt-operator/blob/main/api/v1alpha1/k8sgpt_types.go#L137 - Then you will...
Can you help me understand this issue?
Try this ``` apiVersion: core.k8sgpt.ai/v1alpha1 kind: K8sGPT metadata: name: k8sgpt-sample namespace: k8sgpt-operator-system spec: ai: enabled: true model: gemini-2.0-flash >>>>> maxTokens: 1000 backend: google secret: name: k8sgpt-sample-secret key: gemini-api-key # anonymized:...
More examples of parameters https://github.com/k8sgpt-ai/k8sgpt-operator/blob/main/config/samples/exhaustive_sample.yaml#L63C5-L63C14
@matthisholleville please review
I am not against this - what are the code changes required here? Is there a flag or parameter we would need to pass in with that `azureAPIType` ? https://github.com/k8sgpt-ai/k8sgpt/blob/main/pkg/ai/azureopenai.go#L30
Understood, in which case it will be important to decide where you need that flag. If we are going heavily down the route of provider specific flags, then it will...
Thanks for the issue, sounds like a bug for sure, can you confirm your versions? Also for IRSA, please see a new way to inject the annotation into the ServiceAccount...