Skip to content

Commit 4b3efa0

Browse files
samifruit514Samuel Archambaultaevesdocker
authored
build: buildkit-root-volume-memory opt for kubernetes driver (#22865)
<!--Delete sections as needed --> ## Description Doc Update for change in buildx repo ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> docker/buildx#3253 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: Samuel Archambault <[email protected]> Co-authored-by: Samuel Archambault <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent c53149f commit 4b3efa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/manuals/build/builders/drivers/kubernetes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ can pass to `--driver-opt`:
4242
| `limits.cpu` | CPU units | | Sets the limit CPU value specified in units of Kubernetes CPU. For example `requests.cpu=100m` or `requests.cpu=2` |
4343
| `limits.memory` | Memory size | | Sets the limit memory value specified in bytes or with a valid suffix. For example `requests.memory=500Mi` or `requests.memory=4G` |
4444
| `limits.ephemeral-storage` | Storage size | | Sets the limit ephemeral-storage value specified in bytes or with a valid suffix. For example `requests.ephemeral-storage=100M` |
45+
| `buildkit-root-volume-memory`| Memory size | Using regular file system | Mounts `/var/lib/buildkit` on an `emptyDir` memory-backed volume, with `SizeLimit` as the value. For example, `buildkit-root-folder-memory=6G` |
4546
| `nodeselector` | CSV string | | Sets the pod's `nodeSelector` label(s). See [node assignment][2]. |
4647
| `annotations` | CSV string | | Sets additional annotations on the deployments and pods. |
4748
| `labels` | CSV string | | Sets additional labels on the deployments and pods. |

0 commit comments

Comments
 (0)