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: website/docs/r/kubernetes_cluster_attachment.html.markdown
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,12 @@ The `gpu_args` object of `worker_config` supports the following:
155
155
*`driver` - (Optional, Map) GPU driver version. Format like: `{ version: String, name: String }`. `version`: Version of GPU driver or CUDA; `name`: Name of GPU driver or CUDA.
156
156
*`mig_enable` - (Optional, Bool) Whether to enable MIG.
157
157
158
+
The `taints` object of `worker_config` supports the following:
159
+
160
+
*`effect` - (Optional, String, ForceNew) Effect of the taint.
161
+
*`key` - (Optional, String, ForceNew) Key of the taint.
162
+
*`value` - (Optional, String, ForceNew) Value of the taint.
163
+
158
164
The `worker_config_overrides` object supports the following:
159
165
160
166
*`data_disk` - (Optional, List, ForceNew) Configurations of data disk.
@@ -177,6 +183,7 @@ The `worker_config` object supports the following:
177
183
*`is_schedule` - (Optional, Bool, ForceNew, **Deprecated**) This argument was deprecated, use `unschedulable` instead. Indicate to schedule the adding node or not. Default is true.
178
184
*`mount_target` - (Optional, String, ForceNew) Mount target. Default is not mounting.
179
185
*`pre_start_user_script` - (Optional, String, ForceNew) Base64-encoded user script, executed before initializing the node, currently only effective for adding existing nodes.
0 commit comments