Skip to content

move connect runtime mount location#896

Open
karawoo wants to merge 2 commits into
mainfrom
kara/fix-containerization-staging
Open

move connect runtime mount location#896
karawoo wants to merge 2 commits into
mainfrom
kara/fix-containerization-staging

Conversation

@karawoo

@karawoo karawoo commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

This mounts the Connect runtime at /opt/rstudio-connect-runtime instead of /opt/rstudio-connect and sets config.Kubernetes.ConnectRuntimeDir to match, so the content mount and the path Connect looks at can't diverge.

The reason for this is that containerized content lives inside the built images at /opt/rstudio-connect/mnt/app but with the runtime mounted to /opt/rstudio-connect that path is obscured and containerized content fails to run.

Previous versions of the chart mounted the runtime components at subpaths under /opt/rsudio-connect (0.8.14 did this for the launcher), but I opted against that to avoid having to maintain separate mounts in the event the runtime directory structure changes.

Relocating the app content instead would also be a possibility but would break existing containerized applications that have already put their content at mnt/app.

to avoid masking containerized app content
@karawoo karawoo requested review from a team and dbkegley June 19, 2026 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant