diff --git a/content/build/drivers/kubernetes.md b/content/build/drivers/kubernetes.md index 7da9c0781f..6a79f2a95d 100644 --- a/content/build/drivers/kubernetes.md +++ b/content/build/drivers/kubernetes.md @@ -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]. |