Merge pull request #20237 from dvdksn/buildx-k8s-retry

build: add timeout driver-opt for k8s driver
This commit is contained in:
David Karlsson 2024-06-14 10:59:04 +02:00 committed by GitHub
commit be26b4ace6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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]. |