build: add timeout driver-opt for k8s driver

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-06-14 10:27:05 +02:00
parent b9ac2c6898
commit c9e2ed7ae6
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ can pass to `--driver-opt`:
| `tolerations` | CSV string | | Configures the pod's taint toleration. See [node assignment][2]. |
| `serviceaccount` | String | | Sets the pod's `serviceAccountName`. |
| `schedulername` | String | | Sets the scheduler responsible for scheduling the pod. |
| `timeout` | Time | `120s` | Set the timeout limit that determines how long Buildx will wait for pods to be provisioned before a build. |
| `rootless` | Boolean | `false` | Run the container as a non-root user. See [rootless mode][3]. |
| `loadbalance` | String | `sticky` | Load-balancing strategy (`sticky` or `random`). If set to `sticky`, the pod is chosen using the hash of the context path. |
| `qemu.install` | Boolean | `false` | Install QEMU emulation for multi platforms support. See [QEMU][4]. |