You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ home-ops git:(main) ✗ kubectl -n ai get results -o json | jq . | grep "uses the secret"
"text": "Ingress uses the secret ai/ as a TLS certificate which does not exist."
"text": "Ingress uses the secret ai/ as a TLS certificate which does not exist."
"text": "Ingress uses the secret ai/ as a TLS certificate which does not exist."
"text": "Ingress uses the secret auth/ as a TLS certificate which does not exist."
"text": "Ingress uses the secret auth/ as a TLS certificate which does not exist."
"text": "Ingress uses the secret collab/ as a TLS certificate which does not exist."
Expected behaviour
I'm unclear why K8sGPT is stating that my Ingresses are using an invalid TLS certificate. As far as I can tell, I don't see anything wrong. See additional information below.
Actual behaviour
False positives.
Additional Information
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.
The text was updated successfully, but these errors were encountered:
rwlove
changed the title
[Question/Bug?]: "Ingress uses the secret radio/ as a TLS certificate which does not exist."
[Question/Bug?]: False positive? "Ingress uses the secret radio/ as a TLS certificate which does not exist."
Apr 21, 2024
Checklist
Affected Components
K8sGPT Version
0.1.3
Kubernetes Version
v1.29.2
Host OS and its Version
No response
Steps to reproduce
K8sGPT Operator, LocalAI backend.
Expected behaviour
I'm unclear why K8sGPT is stating that my Ingresses are using an invalid TLS certificate. As far as I can tell, I don't see anything wrong. See additional information below.
Actual behaviour
False positives.
Additional Information
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
The text was updated successfully, but these errors were encountered: