mirror of https://github.com/docker/docs.git
Merge pull request #20237 from dvdksn/buildx-k8s-retry
build: add timeout driver-opt for k8s driver
This commit is contained in:
commit
be26b4ace6
|
@ -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]. |
|
||||
|
|
Loading…
Reference in New Issue