Skip to content

docs: add execution environment to Connect recommended-settings Helm example#904

Open
kmasiello wants to merge 3 commits into
mainfrom
docs-fix/connect-recommended-execution-environments
Open

docs: add execution environment to Connect recommended-settings Helm example#904
kmasiello wants to merge 3 commits into
mainfrom
docs-fix/connect-recommended-execution-environments

Conversation

@kmasiello

Copy link
Copy Markdown
Contributor

Summary

The Connect Helm chart's recommended basic-configuration example (examples/connect/application-configuration/) enables off-host execution but defines no execution environment. Off-host execution (both the backends.kubernetes runner and the legacy Launcher) requires at least one execution environment before content can run, so a user following the recommended example verbatim cannot run content.

Changes

  • index.qmd — add a bullet to the recommended-settings list and a note callout explaining that off-host execution requires at least one execution environment, with cross-links to the Connect Admin Guide execution-environments appendix and the Custom container images example.
  • rstudio-connect-recommended-app-config-kubernetes.yaml — add a minimal top-level executionEnvironments block.
  • rstudio-connect-recommended-app-config.yaml (Launcher variant) — add the same block, noting that launcher.customRuntimeYaml was removed in chart 0.20.0 and that executionEnvironments requires Connect 2026.03.0 or later.

No chart version bump or NEWS entry: the edits are under examples/, not the chart.

Closes #903

Closes #903

@kmasiello kmasiello requested a review from a team as a code owner July 1, 2026 20:02
@kmasiello kmasiello added the documentation Improvements or additions to documentation label Jul 1, 2026
Comment thread examples/connect/application-configuration/index.qmd Outdated
Comment thread examples/connect/application-configuration/index.qmd Outdated
Co-authored-by: E. David Aja <edavidaja@hey.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: recommended Helm config example omits execution environments

2 participants