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: "Data disk type. For more information about limits on different data disk types, see [Storage Overview](https://intl.cloud.tencent.com/document/product/213/4952). Valid values: `LOCAL_BASIC`: local disk, `LOCAL_SSD`: local SSD disk, `CLOUD_BASIC`: HDD cloud disk, `CLOUD_PREMIUM`: Premium Cloud Storage, `CLOUD_SSD`: SSD, `CLOUD_HSSD`: Enhanced SSD. NOTE: `LOCAL_BASIC` and `LOCAL_SSD` are deprecated.",
Description: "Auto scaling mode. Valid values are `CLASSIC_SCALING`(scaling by create/detroy instances), "+
286
+
Description: "Auto scaling mode. Valid values are `CLASSIC_SCALING`(scaling by create/destroy instances), "+
287
287
"`WAKE_UP_STOPPED_SCALING`(Boot priority for expansion. When expanding the capacity, the shutdown operation is given priority to the shutdown of the instance."+
288
288
" If the number of instances is still lower than the expected number of instances after the startup, the instance will be created, and the method of destroying the instance will still be used for shrinking)"+
Copy file name to clipboardExpand all lines: website/docs/r/instance.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ The `data_disks` object supports the following:
122
122
*`data_disk_snapshot_id` - (Optional, ForceNew) Snapshot ID of the data disk. The selected data disk snapshot size must be smaller than the data disk size.
123
123
*`delete_with_instance` - (Optional, ForceNew) Decides whether the disk is deleted with instance(only applied to `CLOUD_BASIC`, `CLOUD_SSD` and `CLOUD_PREMIUM` disk with `POSTPAID_BY_HOUR` instance), default is true.
124
124
*`encrypt` - (Optional, ForceNew) Decides whether the disk is encrypted. Default is `false`.
125
-
*`throughput_performance` - (Optional, ForceNew) This parameter used to make extra performance of the data disk. It's only supported with `CLOUD_TSSD`and`CLOUD_HSSD` disk type.
125
+
*`throughput_performance` - (Optional, ForceNew) Add extra performance to the data disk. Only works when disk type is `CLOUD_TSSD`or`CLOUD_HSSD`.
Copy file name to clipboardExpand all lines: website/docs/r/kubernetes_node_pool.html.markdown
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ The following arguments are supported:
118
118
*`node_os_type` - (Optional) The image version of the node. Valida values are `DOCKER_CUSTOMIZE` and `GENERAL`. Default is `GENERAL`. This parameter will only affect new nodes, not including the existing nodes.
119
119
*`node_os` - (Optional) Operating system of the cluster, the available values include: `tlinux2.4x86_64`, `ubuntu18.04.1x86_64`, `ubuntu16.04.1 LTSx86_64`, `centos7.6.0_x64` and `centos7.2x86_64`. Default is 'tlinux2.4x86_64'. This parameter will only affect new nodes, not including the existing nodes.
120
120
*`retry_policy` - (Optional, ForceNew) Available values for retry policies include `IMMEDIATE_RETRY` and `INCREMENTAL_INTERVALS`.
121
-
*`scaling_mode` - (Optional, ForceNew) Auto scaling mode. Valid values are `CLASSIC_SCALING`(scaling by create/detroy instances), `WAKE_UP_STOPPED_SCALING`(Boot priority for expansion. When expanding the capacity, the shutdown operation is given priority to the shutdown of the instance. If the number of instances is still lower than the expected number of instances after the startup, the instance will be created, and the method of destroying the instance will still be used for shrinking).
121
+
*`scaling_mode` - (Optional, ForceNew) Auto scaling mode. Valid values are `CLASSIC_SCALING`(scaling by create/destroy instances), `WAKE_UP_STOPPED_SCALING`(Boot priority for expansion. When expanding the capacity, the shutdown operation is given priority to the shutdown of the instance. If the number of instances is still lower than the expected number of instances after the startup, the instance will be created, and the method of destroying the instance will still be used for shrinking).
122
122
*`subnet_ids` - (Optional, ForceNew) ID list of subnet, and for VPC it is required.
123
123
*`taints` - (Optional) Taints of kubernetes node pool created nodes.
124
124
@@ -137,10 +137,10 @@ The `auto_scaling_config` object supports the following:
137
137
138
138
The `data_disk` object supports the following:
139
139
140
-
*`auto_format_and_mount` - (Optional, ForceNew) Indicate to auto format and mount or not. Default is `false`.
140
+
*`auto_format_and_mount` - (Optional, ForceNew) Indicate whether to auto format and mount or not. Default is `false`.
141
141
*`disk_size` - (Optional, ForceNew) Volume of disk in GB. Default is `0`.
142
142
*`disk_type` - (Optional, ForceNew) Types of disk, available values: `CLOUD_PREMIUM` and `CLOUD_SSD`.
0 commit comments