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
@@ -360,6 +435,7 @@ The following arguments are supported:
360
435
*`enable_customized_pod_cidr` - (Optional) Whether to enable the custom mode of node podCIDR size. Default is false.
361
436
*`eni_subnet_ids` - (Optional) Subnet Ids for cluster with VPC-CNI network mode. This field can only set when field `network_type` is 'VPC-CNI'. `eni_subnet_ids` can not empty once be set.
362
437
*`exist_instance` - (Optional, ForceNew) create tke cluster by existed instances.
438
+
*`extension_addon` - (Optional, ForceNew) Information of the add-on to be installed.
363
439
*`extra_args` - (Optional, ForceNew) Custom parameter information related to the node.
364
440
*`globe_desired_pod_num` - (Optional, ForceNew) Indicate to set desired pod number in node. valid when enable_customized_pod_cidr=true, and it takes effect for all nodes.
365
441
*`ignore_cluster_cidr_conflict` - (Optional, ForceNew) Indicates whether to ignore the cluster cidr conflict error. Default is false.
@@ -408,6 +484,11 @@ The `exist_instance` object supports the following:
408
484
*`instances_para` - (Optional, ForceNew) Reinstallation parameters of an existing instance.
409
485
*`node_role` - (Optional, ForceNew) Role of existed node. value:MASTER_ETCD or WORKER.
410
486
487
+
The `extension_addon` object supports the following:
488
+
489
+
*`name` - (Required) Add-on name.
490
+
*`param` - (Required) Description of the add-on resource object in JSON string format.
491
+
411
492
The `instances_para` object supports the following:
0 commit comments