From caba2c6231aba45f813467646c168cbddb418e45 Mon Sep 17 00:00:00 2001 From: William Bezuidenhout Date: Tue, 3 Feb 2026 17:12:41 +0200 Subject: [PATCH] Document KUBERNETES_JOB_HOST_NETWORK option for executors --- docs/self-hosted/executors/executors-config.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/self-hosted/executors/executors-config.mdx b/docs/self-hosted/executors/executors-config.mdx index 3aba7b4e9..95fe98c55 100644 --- a/docs/self-hosted/executors/executors-config.mdx +++ b/docs/self-hosted/executors/executors-config.mdx @@ -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`. | `EXECUTOR_KUBERNETES_NAMESPACE` should be set to either "default" or the