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: server/configuration.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ If `runtime.type = "kubernetes"` and the `[kubernetes]` table is absent, the ser
120
120
|`image_pull_policy`| string \| omitted |`"IfNotPresent"`| Image pull policy for the BatchSandbox main container. Values: **`Always`**, **`IfNotPresent`**, **`Never`**. |
121
121
|`sandbox_create_timeout_seconds`| integer |`60`| Max time to wait for a new sandbox to become ready (e.g. IP assigned), in seconds. |
122
122
|`sandbox_create_poll_interval_seconds`| float |`1.0`| Poll interval while waiting for readiness. |
123
+
|`snapshot_create_timeout_seconds`| integer |`900`| Max time to wait for a Kubernetes public snapshot to become ready, in seconds. Set this greater than the controller snapshot `commitJobTimeout` / `--commit-job-timeout`. |
123
124
|`informer_enabled`| boolean |`true`|**[Beta]** Use informer/watch cache for reads to reduce API load. |
124
125
|`informer_resync_seconds`| integer |`300`|**[Beta]** Full resync period for the informer cache. |
0 commit comments