You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/build/builders/drivers/kubernetes.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ can pass to `--driver-opt`:
42
42
|`limits.cpu`| CPU units || Sets the limit CPU value specified in units of Kubernetes CPU. For example `requests.cpu=100m` or `requests.cpu=2`|
43
43
|`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`|
44
44
|`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`|
45
46
|`nodeselector`| CSV string || Sets the pod's `nodeSelector` label(s). See [node assignment][2]. |
46
47
|`annotations`| CSV string || Sets additional annotations on the deployments and pods. |
47
48
|`labels`| CSV string || Sets additional labels on the deployments and pods. |
0 commit comments