Skip to content

Commit 416259e

Browse files
author
Samuel Archambault
committed
Update doc, for this change: docker/buildx#3253
Signed-off-by: Samuel Archambault <[email protected]>
1 parent cedf79b commit 416259e

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 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)