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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,22 @@ The following arguments are supported:
118
118
*`worker_config_overrides` - (Optional, List, ForceNew) Override variable worker_config, commonly used to attach existing instances.
119
119
*`worker_config` - (Optional, List, ForceNew) Deploy the machine configuration information of the 'WORKER', commonly used to attach existing instances.
120
120
121
+
The `cuda` object supports the following:
122
+
123
+
*`name` - (Required, String) Name of GPU driver or CUDA.
124
+
*`version` - (Required, String) Version of GPU driver or CUDA.
125
+
126
+
The `cudnn` object supports the following:
127
+
128
+
*`name` - (Required, String) cuDNN name.
129
+
*`version` - (Required, String) cuDNN version.
130
+
*`dev_name` - (Optional, String) Dev name of cuDNN.
131
+
*`doc_name` - (Optional, String) Doc name of cuDNN.
132
+
133
+
The `custom_driver` object supports the following:
134
+
135
+
*`address` - (Optional, String) URL of custom GPU driver address.
136
+
121
137
The `data_disk` object supports the following:
122
138
123
139
*`auto_format_and_mount` - (Optional, Bool, ForceNew) Indicate whether to auto format and mount or not. Default is `false`.
@@ -127,12 +143,26 @@ The `data_disk` object supports the following:
127
143
*`file_system` - (Optional, String, ForceNew) File system, e.g. `ext3/ext4/xfs`.
128
144
*`mount_target` - (Optional, String, ForceNew) Mount target.
129
145
146
+
The `driver` object supports the following:
147
+
148
+
*`name` - (Required, String) Name of GPU driver or CUDA.
149
+
*`version` - (Required, String) Version of GPU driver or CUDA.
Copy file name to clipboardExpand all lines: website/docs/r/kubernetes_node_pool.html.markdown
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,22 @@ The `auto_scaling_config` object supports the following:
206
206
*`system_disk_size` - (Optional, Int) Volume of system disk in GB. Default is `50`.
207
207
*`system_disk_type` - (Optional, String) Type of a CVM disk. Valid value: `CLOUD_PREMIUM` and `CLOUD_SSD`. Default is `CLOUD_PREMIUM`.
208
208
209
+
The `cuda` object supports the following:
210
+
211
+
*`name` - (Required, String) Name of GPU driver or CUDA.
212
+
*`version` - (Required, String) Version of GPU driver or CUDA.
213
+
214
+
The `cudnn` object supports the following:
215
+
216
+
*`name` - (Required, String) cuDNN name.
217
+
*`version` - (Required, String) cuDNN version.
218
+
*`dev_name` - (Optional, String) Dev name of cuDNN.
219
+
*`doc_name` - (Optional, String) Doc name of cuDNN.
220
+
221
+
The `custom_driver` object supports the following:
222
+
223
+
*`address` - (Optional, String) URL of custom GPU driver address.
224
+
209
225
The `data_disk` object supports the following:
210
226
211
227
*`auto_format_and_mount` - (Optional, Bool, ForceNew) Indicate whether to auto format and mount or not. Default is `false`.
@@ -224,12 +240,26 @@ The `data_disk` object supports the following:
224
240
*`snapshot_id` - (Optional, String, ForceNew) Data disk snapshot ID.
225
241
*`throughput_performance` - (Optional, Int) Add extra performance to the data disk. Only works when disk type is `CLOUD_TSSD` or `CLOUD_HSSD` and `data_size` > 460GB.
226
242
243
+
The `driver` object supports the following:
244
+
245
+
*`name` - (Required, String) Name of GPU driver or CUDA.
246
+
*`version` - (Required, String) Version of GPU driver or CUDA.
0 commit comments