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: "Type of a CVM disk. Valid value: `CLOUD_PREMIUM`and `CLOUD_SSD`. Default is `CLOUD_PREMIUM`.",
68
+
Description: "Type of a CVM disk. Valid value: `LOCAL_BASIC`, `LOCAL_SSD`, `CLOUD_BASIC`, `CLOUD_PREMIUM`, `CLOUD_SSD`, `CLOUD_HSSD`, `CLOUD_TSSD` and `CLOUD_BSSD`. Default is `CLOUD_PREMIUM`.",
Copy file name to clipboardExpand all lines: website/docs/r/kubernetes_cluster_attachment.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ The `data_disk` object of `worker_config_overrides` supports the following:
123
123
*`auto_format_and_mount` - (Optional, Bool, ForceNew) Indicate whether to auto format and mount or not. Default is `false`.
124
124
*`disk_partition` - (Optional, String, ForceNew) The name of the device or partition to mount. NOTE: this argument doesn't support setting in node pool, or will leads to mount error.
125
125
*`disk_size` - (Optional, Int, ForceNew) Volume of disk in GB. Default is `0`.
126
-
*`disk_type` - (Optional, String, ForceNew) Types of disk, available values: `CLOUD_PREMIUM`and `CLOUD_SSD`.
*`file_system` - (Optional, String, ForceNew) File system, e.g. `ext3/ext4/xfs`.
128
128
*`mount_target` - (Optional, String, ForceNew) Mount target.
129
129
@@ -132,7 +132,7 @@ The `data_disk` object of `worker_config` supports the following:
132
132
*`auto_format_and_mount` - (Optional, Bool, ForceNew) Indicate whether to auto format and mount or not. Default is `false`.
133
133
*`disk_partition` - (Optional, String, ForceNew) The name of the device or partition to mount. NOTE: this argument doesn't support setting in node pool, or will leads to mount error.
134
134
*`disk_size` - (Optional, Int, ForceNew) Volume of disk in GB. Default is `0`.
135
-
*`disk_type` - (Optional, String, ForceNew) Types of disk, available values: `CLOUD_PREMIUM`and `CLOUD_SSD`.
Copy file name to clipboardExpand all lines: website/docs/r/kubernetes_node_pool.html.markdown
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -209,13 +209,13 @@ The `auto_scaling_config` object supports the following:
209
209
*`spot_instance_type` - (Optional, String) Type of spot instance, only support `one-time` now. Note: it only works when instance_charge_type is set to `SPOTPAID`.
210
210
*`spot_max_price` - (Optional, String) Max price of a spot instance, is the format of decimal string, for example "0.50". Note: it only works when instance_charge_type is set to `SPOTPAID`.
211
211
*`system_disk_size` - (Optional, Int) Volume of system disk in GB. Default is `50`.
212
-
*`system_disk_type` - (Optional, String) Type of a CVM disk. Valid value: `CLOUD_PREMIUM`and `CLOUD_SSD`. Default is `CLOUD_PREMIUM`.
212
+
*`system_disk_type` - (Optional, String) Type of a CVM disk. Valid value: `LOCAL_BASIC`, `LOCAL_SSD`, `CLOUD_BASIC`, `CLOUD_PREMIUM`, `CLOUD_SSD`, `CLOUD_HSSD`, `CLOUD_TSSD`and `CLOUD_BSSD`. Default is `CLOUD_PREMIUM`.
213
213
214
214
The `data_disk` object of `auto_scaling_config` supports the following:
215
215
216
216
*`delete_with_instance` - (Optional, Bool) Indicates whether the disk remove after instance terminated. Default is `false`.
217
217
*`disk_size` - (Optional, Int) Volume of disk in GB. Default is `0`.
*`encrypt` - (Optional, Bool) Specify whether to encrypt data disk, default: false. NOTE: Make sure the instance type is offering and the cam role `QcloudKMSAccessForCVMRole` was provided.
220
220
*`snapshot_id` - (Optional, String, ForceNew) Data disk snapshot ID.
221
221
*`throughput_performance` - (Optional, Int) Add extra performance to the data disk. Only works when disk type is `CLOUD_TSSD` or `CLOUD_HSSD` and `data_size` > 460GB.
@@ -225,7 +225,7 @@ The `data_disk` object of `node_config` supports the following:
225
225
*`auto_format_and_mount` - (Optional, Bool, ForceNew) Indicate whether to auto format and mount or not. Default is `false`.
226
226
*`disk_partition` - (Optional, String, ForceNew) The name of the device or partition to mount. NOTE: this argument doesn't support setting in node pool, or will leads to mount error.
227
227
*`disk_size` - (Optional, Int, ForceNew) Volume of disk in GB. Default is `0`.
228
-
*`disk_type` - (Optional, String, ForceNew) Types of disk, available values: `CLOUD_PREMIUM`and `CLOUD_SSD`.
0 commit comments