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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ can pass to `--driver-opt`:
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
45
|`nodeselector`| CSV string || Sets the pod's `nodeSelector` label(s). See [node assignment][2]. |
46
-
|`annotation`| CSV string || Sets additional annotations on the deployments and pods. |
46
+
|`annotations`| CSV string || Sets additional annotations on the deployments and pods. |
47
47
|`labels`| CSV string || Sets additional labels on the deployments and pods. |
48
48
|`tolerations`| CSV string || Configures the pod's taint toleration. See [node assignment][2]. |
49
49
|`serviceaccount`| String || Sets the pod's `serviceAccountName`. |
0 commit comments