Occasional failure calling the connaisseur webhook #723
Unanswered
majorpeti007
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Do you mean that the error does not occur when running only a single connaisseur pod? Or does scaling up the connaisseur pods help? This looks similar to a problem we ourselves are stuggling with. For some reason the request do not come through to connaisseur at times. Now I can't say if Kubernetes fails to distribute the request or all Connaisseur pods are somehow busy. I'd be interested how the error behaves when using e.g. 10 or more pods. Have you tried out somethigng like this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I need some help debugging an issue we hit when trying to add Connaisseur to our Azure Kubernetes Service (AKS) cluster.
We deploy our k8s resources using terraform, and we use the Connaisseur helm chart. We create about 50-60 k8s resources with a single terraform apply command. About 1 out of 10 times, the terraform apply fails with the following error:
Error: Internal error occurred: failed calling webhook "connaisseur-svc.connaisseur.svc": failed to call webhook: Post "[https://connaisseur-svc.connaisseur.svc:443/mutate?timeout=30s](https://connaisseur-svc.connaisseur.svc/mutate?timeout=30s)": read unix @->/tunnel-uds/proxysocket: read: connection reset by peer
We only saw this error when we ran 3 Connaisseur pods in the deployment. The Connaisseur logs don't show anything relevant, we already have the log level set to DEBUG.
Beta Was this translation helpful? Give feedback.
All reactions