You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/self-hosting/env/supervisor.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ mode: "wide"
48
48
|`KUBERNETES_NAMESPACE`| No | default | The namespace that runs should be in. |
49
49
|`KUBERNETES_WORKER_NODETYPE_LABEL`| No | v4-worker | Nodes for runs need `nodetype=<this>`. Empty: any node. |
50
50
|`KUBERNETES_RUNNER_TOLERATIONS`| No | — | Run pod tolerations. CSV: `key=value:effect`/`key:effect`. |
51
-
|`KUBERNETES_ORG_PLACEMENT_OVERRIDES`| No | — | Per-org node selectors override matching defaults, and tolerations append to existing run-pod tolerations. JSON keyed by the org's internal ID (the `org` label on run pods).|
51
+
|`KUBERNETES_ORG_PLACEMENT_OVERRIDES`| No | — | Per-org runpod placement. JSON keyed by internal org ID. |
52
52
|`KUBERNETES_IMAGE_PULL_SECRETS`| No | — | Image pull secrets (CSV). |
53
53
|`KUBERNETES_EPHEMERAL_STORAGE_SIZE_LIMIT`| No | 10Gi | Ephemeral storage size limit. Applies to all runs. |
54
54
|`KUBERNETES_EPHEMERAL_STORAGE_SIZE_REQUEST`| No | 2Gi | Ephemeral storage size request. Applies to all runs. |
0 commit comments