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
+
Default: 0,
335
+
Description: "Sets whether the joining node participates in the schedule. Default is '0'. Participate in scheduling.",
336
+
},
330
337
"taints": {
331
338
Type: schema.TypeList,
332
339
Optional: true,
@@ -695,6 +702,9 @@ func resourceKubernetesNodePoolCreate(d *schema.ResourceData, meta interface{})
0 commit comments