[Bug]: "Ingress uses the secret radio/ as a TLS certificate which does not exist." #1075
Open
3 of 4 tasks
Labels
bug
Something isn't working
Checklist
Affected Components
K8sGPT Version
0.1.3
Kubernetes Version
v1.29.2
Host OS and its Version
CentOS / upstream K8S
Steps to reproduce
K8sGPT Operator, LocalAI backend.
Expected behaviour
No reported issues with Ingresses.
Actual behaviour
Failures with most, if not all, ingresses.
K8sGPT tells me that many of my ingresses are using an invalid TLS. Everything is working and I can access my services through the ingress without any problems, but I'm trying to cleanup these errors - everything looks fine to me.
In my ingress-nginx definition.
and
kubectl -n radio edit ingress snapserver
Additional Information
As far as I can tell there is no spec.tls.secretName, for my ingresses, so the failure is a false positive.
The text was updated successfully, but these errors were encountered: