Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/self-hosted/executors/executors-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ The following environment variables are specific to the native Kubernetes Execut
| `KUBERNETES_JOB_ANNOTATIONS` | N/A | The JSON encoded annotations to add to the Kubernetes Jobs. e.g. `{"foo": "bar", "faz": "baz"}` |
| `KUBERNETES_JOB_POD_ANNOTATIONS` | N/A | The JSON encoded annotations to add to the Kubernetes Job Pods. e.g. `{"foo": "bar", "faz": "baz"}` |
| `KUBERNETES_IMAGE_PULL_SECRETS` | N/A | The names of Kubernetes image pull secrets to use for pulling images. e.g. my-secret,my-other-secret |
| `KUBERNETES_JOB_HOST_NETWORK` | `false` | If true, Kubernetes job pods will run with host networking enabled. Useful when using Podman and Kind where pods need to access `host.containers.internal`. |

<Callout type="note">
`EXECUTOR_KUBERNETES_NAMESPACE` should be set to either "default" or the
Expand Down