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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ backend:
61
61
kubernetes:
62
62
kubeconfig: "/path/to/kubeconfig"
63
63
namespace: "agents"
64
+
default_image: "my-registry.io/dev-image:latest"
64
65
unschedulable_timeout: "2m"
65
66
pod_template:
66
67
nodeSelector:
@@ -75,6 +76,7 @@ backend:
75
76
76
77
Notes:
77
78
79
+
- `default_image` sets the Docker image for task Jobs when no Warp environment is configured on the run; this lets you skip creating a Warp environment entirely if all your tasks use the same base image (precedence: Warp environment image > `default_image` > `ubuntu:22.04`)
78
80
- `namespace`selects the namespace inside the chosen cluster; it does not choose the cluster itself, and defaults to `default` when omitted
79
81
- `unschedulable_timeout`controls how long a Pod may remain unschedulable before the task is failed early; it defaults to `30s`, and `0s` disables that fail-fast behavior
0 commit comments