coder / coder-logstream-kube

Stream Kubernetes Pod events to the Coder startup logs
GNU Affero General Public License v3.0
10 stars 4 forks source link

server restarts when K8s pod workspaces are started #8

Closed ericpaulsen closed 1 year ago

ericpaulsen commented 1 year ago

both @sharkymark and I have observed occasional restarts of the coder-logstream-kube deployment when it tries to stream startup events of workspace pods. this does not happen when a workspace is built as a deployment.

i've tailed the logs during a pod build, and grep-ed "error":

fatal error: stack overflow
sharkymark commented 1 year ago

Confirming I experience this.

This should be prioritized since restarting pods could impact other workspaces depending on this logstream feature.

kylecarbs commented 1 year ago

Oofta. Fixing now.