Skip to content

docs: update code executor configuration with jobs and shared modes - #397

Open
pavlochaikivskyi wants to merge 2 commits into
mainfrom
EPMCDME-14806
Open

pavlochaikivskyi wants to merge 2 commits into
mainfrom
EPMCDME-14806

Conversation

@pavlochaikivskyi

@pavlochaikivskyi pavlochaikivskyi commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Rewrite code executor configuration docs to lead with the two sandbox modes (sandbox-jobs default/recommended, sandbox-shared to be deprecated) using tabs
  • Simplify namespace configuration guidance: default codemie-runtime, note that the Helm rbac.namespace value and CODE_EXECUTOR_NAMESPACE env var must match, mention other namespaces are supported
  • Add note that CODE_EXECUTOR_DOCKER_IMAGE tag must match the CodeMie version
  • Move kubeconfig-based dedicated cluster setup and shared-mode pod pre-warming into collapsible "Legacy Topics" sections

Test plan

  • Preview rendering of Tabs/TabItem and <details> blocks in Docusaurus

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

PR Preview Ready!

Your preview documentation is ready! Visit it here:

Preview URL: http://codemie-docs-pr-previews.s3-website.eu-central-1.amazonaws.com/pr-397/

Note: This preview URL is accessible only while connected to the company VPN.


This preview will be automatically updated when you push new commits to this PR.
Preview files will be deleted when the PR is closed or merged.

Comment thread docs/admin/configuration/codemie/code-executor-configuration.md Outdated
Comment thread docs/admin/configuration/codemie/code-executor-configuration.md Outdated
Comment thread docs/admin/configuration/codemie/api-configuration.md Outdated
Comment thread docs/admin/configuration/codemie/api-configuration.md Outdated
Comment thread docs/admin/update/release-notes.md Outdated
Comment thread docs/admin/configuration/codemie/code-executor-configuration.md Outdated
Comment thread docs/admin/configuration/codemie/code-executor-configuration.md Outdated
Comment thread docs/admin/configuration/codemie/code-executor-configuration.md
@pavlochaikivskyi
pavlochaikivskyi force-pushed the EPMCDME-14806 branch 2 times, most recently from 88ea0cd to 2099c1b Compare September 21, 2026 12:32
```bash
helm upgrade --install codemie-runtime \
oci://europe-west3-docker.pkg.dev/or2-msq-epmd-edp-anthos-t1iylu/helm-charts/codemie-runtime \
helm upgrade --install codemie-code-executor \

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure that we have that chart

There are two sandbox modes selected with `CODE_EXECUTOR_SANDBOX_MODE`:

- **jobs** (`sandbox-jobs`, default and recommended)
- **shared** (`sandbox-shared`, deprecated).

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add "Deprecated and not recommended for production"

oci://europe-west3-docker.pkg.dev/or2-msq-epmd-edp-anthos-t1iylu/helm-charts/codemie-code-executor \
--version <version> \
-f codemie-runtime/values.yaml \
-f codemie-code-executor/values.yaml \

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need that chart and values at all?

To control how many pods are kept ready, set `replicaCount` in your `codemie-code-executor/values.yaml`:

```yaml
replicaCount: 5

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

guess this we also need to remove?

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.

4 participants