cockroachdb / k8s

Images and utilities to run cockroach on kubernetes
Apache License 2.0
26 stars 25 forks source link

handle watch stream errors, preventing oom and orphaned csr #14

Closed tonyffrench closed 5 years ago

tonyffrench commented 5 years ago

“Unable to decode an event from the watch stream: stream error” results in an infinite loop and out-of-memory errors. Without the correct error handling, request-cert cannot proceed since this failure creates an orphaned certificate request.

a-robinson commented 5 years ago

Thanks again! I'll test this, push out a new image, and update our config files by tomorrow.

a-robinson commented 5 years ago

Should be updated soon: https://github.com/cockroachdb/cockroach/pull/31219 https://github.com/helm/charts/pull/8345