Adding a sidecar to session pods via job-json-overrides
prevents Workbench from connecting to session
#145
Labels
job-json-overrides
prevents Workbench from connecting to session
#145
We run node_exporter in user sessions to get additional metrics on session read/write behavior. We currently install it in each session container but would like to run it as a sidecar instead to simplify our images. When I added the following to the
job-json-overrides
section of the config:the sidecar is created and the pod starts. However, Workbench is unable to connect to the pod and reports the following error in
/var/log/rstudio/launcher/rstudio-kubernetes-launcher.log
:It looks like the Kubernetes Plugin assumes that there will only be one container per session pod. There's no issue with the Helm chart, so If this isn't the right venue for this error please let me know and I'll report it via support and our sales rep.
The text was updated successfully, but these errors were encountered: