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
Description: "Labels of kubernetes node pool created nodes. The label key name does not exceed 63 characters, only supports English, numbers,'/','-', and does not allow beginning with ('/').",
329
329
},
330
+
"unschedulable": {
331
+
Type: schema.TypeInt,
332
+
Optional: true,
333
+
ForceNew: true,
334
+
Description: "Sets whether the joining node participates in the schedule.",
335
+
},
330
336
"taints": {
331
337
Type: schema.TypeList,
332
338
Optional: true,
@@ -695,6 +701,9 @@ func resourceKubernetesNodePoolCreate(d *schema.ResourceData, meta interface{})
Copy file name to clipboardExpand all lines: website/docs/r/kubernetes_cluster.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,7 @@ The following arguments are supported:
240
240
*`project_id` - (Optional) Project ID, default value is 0.
241
241
*`service_cidr` - (Optional, ForceNew) A network address block of the service. Different from vpc cidr and cidr of other clusters within this vpc. Must be in 10./192.168/172.[16-31] segments.
242
242
*`tags` - (Optional) The tags of the cluster.
243
+
*`unschedulable` - (Optional, ForceNew) Sets whether the joining node participates in the schedule.
243
244
*`worker_config` - (Optional, ForceNew) Deploy the machine configuration information of the 'WORKER' service, and create <=20 units for common users. The other 'WORK' service are added by 'tencentcloud_kubernetes_worker'.
244
245
245
246
The `cluster_extra_args` object supports the following:
0 commit comments