docs: update code executor configuration with jobs and shared modes - #397
Open
pavlochaikivskyi wants to merge 2 commits into
Open
pavlochaikivskyi wants to merge 2 commits into
pavlochaikivskyi wants to merge 2 commits into
Conversation
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/
This preview will be automatically updated when you push new commits to this PR. |
elluvium
reviewed
Sep 9, 2026
elluvium
reviewed
Sep 9, 2026
adzmitry
reviewed
Sep 10, 2026
pavlochaikivskyi
force-pushed
the
EPMCDME-14806
branch
2 times, most recently
from
September 21, 2026 12:32
88ea0cd to
2099c1b
Compare
pavlochaikivskyi
force-pushed
the
EPMCDME-14806
branch
from
September 21, 2026 14:40
318e24f to
2ec80dc
Compare
elluvium
reviewed
Sep 21, 2026
| ```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 \ |
Collaborator
There was a problem hiding this comment.
Not sure that we have that chart
elluvium
reviewed
Sep 21, 2026
| There are two sandbox modes selected with `CODE_EXECUTOR_SANDBOX_MODE`: | ||
|
|
||
| - **jobs** (`sandbox-jobs`, default and recommended) | ||
| - **shared** (`sandbox-shared`, deprecated). |
Collaborator
There was a problem hiding this comment.
Add "Deprecated and not recommended for production"
elluvium
reviewed
Sep 21, 2026
| 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 \ |
Collaborator
There was a problem hiding this comment.
do we need that chart and values at all?
elluvium
reviewed
Sep 21, 2026
| To control how many pods are kept ready, set `replicaCount` in your `codemie-code-executor/values.yaml`: | ||
|
|
||
| ```yaml | ||
| replicaCount: 5 |
Collaborator
There was a problem hiding this comment.
guess this we also need to remove?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sandbox-jobsdefault/recommended,sandbox-sharedto be deprecated) using tabscodemie-runtime, note that the Helmrbac.namespacevalue andCODE_EXECUTOR_NAMESPACEenv var must match, mention other namespaces are supportedCODE_EXECUTOR_DOCKER_IMAGEtag must match the CodeMie versionTest plan
<details>blocks in Docusaurus