Skip to content

Commit c22aa31

Browse files
author
rostachen
committed
update kubernetes_cluster.html.markdown
1 parent c279fbc commit c22aa31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/r/kubernetes_cluster.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ The following arguments are supported:
279279

280280
* `vpc_id` - (Required, ForceNew) Vpc Id of the cluster.
281281
* `claim_expired_seconds` - (Optional) Claim expired seconds to recycle ENI. This field can only set when field `network_type` is 'VPC-CNI'. `claim_expired_seconds` must greater or equal than 300 and less than 15768000.
282-
* `cluster_as_enabled` - (Optional, ForceNew) Indicates whether to enable cluster node auto scaler.
282+
* `cluster_as_enabled` - (Optional, ForceNew) Indicates whether to enable cluster node auto scaler. Default is false.
283283
* `cluster_cidr` - (Optional, ForceNew) A network address block of the cluster. Different from vpc cidr and cidr of other clusters within this vpc. Must be in 10./192.168/172.[16-31] segments.
284284
* `cluster_deploy_type` - (Optional, ForceNew) Deployment type of the cluster, the available values include: 'MANAGED_CLUSTER' and 'INDEPENDENT_CLUSTER'. Default is 'MANAGED_CLUSTER'.
285285
* `cluster_desc` - (Optional) Description of the cluster.
@@ -313,6 +313,7 @@ The following arguments are supported:
313313
* `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.
314314
* `tags` - (Optional) The tags of the cluster.
315315
* `unschedulable` - (Optional, ForceNew) Sets whether the joining node participates in the schedule. Default is '0'. Participate in scheduling.
316+
* `upgrade_instances_follow_cluster` - (Optional) Indicates whether upgrade all instances when cluster_version change. Default is false.
316317
* `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'.
317318

318319
The `cluster_extra_args` object supports the following:

0 commit comments

Comments
 (0)