Dozens of times a day, the job fails because this response comes back from Kubernetes:
"Runtime process errors: Unable to connect to the server: net/http: TLS handshake timeout"
The job gets retried seconds later and succeeds, but I would like to reduce/eliminate the error from happening.
Does anyone know why this happens? The commands are being issued inside a container running in a separate Kubernetes cluster in the same GCP region.
--
You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-use...@googlegroups.com.
To post to this group, send email to kubernet...@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.
Ah, that might do it. I have thousands of old jobs that have never been cleaned up.
I'm curious, is this a known issue/is this something that would ever be addressed in later release?