Skip to content

Commit c21e638

Browse files
committed
add doc and changelog
1 parent 466cfef commit c21e638

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/docs/r/kubernetes_cluster_attachment.html.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ The `gpu_args` object of `worker_config` supports the following:
155155
* `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.
156156
* `mig_enable` - (Optional, Bool) Whether to enable MIG.
157157

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+
158164
The `worker_config_overrides` object supports the following:
159165

160166
* `data_disk` - (Optional, List, ForceNew) Configurations of data disk.
@@ -177,6 +183,7 @@ The `worker_config` object supports the following:
177183
* `is_schedule` - (Optional, Bool, ForceNew, **Deprecated**) This argument was deprecated, use `unschedulable` instead. Indicate to schedule the adding node or not. Default is true.
178184
* `mount_target` - (Optional, String, ForceNew) Mount target. Default is not mounting.
179185
* `pre_start_user_script` - (Optional, String, ForceNew) Base64-encoded user script, executed before initializing the node, currently only effective for adding existing nodes.
186+
* `taints` - (Optional, List, ForceNew) Node taint.
180187
* `user_data` - (Optional, String, ForceNew) Base64-encoded User Data text, the length limit is 16KB.
181188

182189
## Attributes Reference

0 commit comments

Comments
 (0)