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
Copy file name to clipboardExpand all lines: website/docs/r/kubernetes_cluster.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -948,7 +948,7 @@ The `master_config` object supports the following:
948
948
*`security_group_ids` - (Optional, List, ForceNew) Security groups to which a CVM instance belongs.
949
949
*`system_disk_size` - (Optional, Int, ForceNew) Volume of system disk in GB. Default is `50`.
950
950
*`system_disk_type` - (Optional, String, ForceNew) System disk type. For more information on limits of system 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_SSD`: SSD, `CLOUD_PREMIUM`: Premium Cloud Storage. NOTE: `CLOUD_BASIC`, `LOCAL_BASIC` and `LOCAL_SSD` are deprecated.
951
-
*`user_data` - (Optional, String, ForceNew) User data provided to instances, needs to be encoded in base64, and the maximum supported data size is 16KB.
951
+
*`user_data` - (Optional, String, ForceNew) ase64-encoded User Data text, the length limit is 16KB.
952
952
953
953
The `node_pool_global_config` object supports the following:
954
954
@@ -990,7 +990,7 @@ The `worker_config` object supports the following:
990
990
*`security_group_ids` - (Optional, List, ForceNew) Security groups to which a CVM instance belongs.
991
991
*`system_disk_size` - (Optional, Int, ForceNew) Volume of system disk in GB. Default is `50`.
992
992
*`system_disk_type` - (Optional, String, ForceNew) System disk type. For more information on limits of system 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_SSD`: SSD, `CLOUD_PREMIUM`: Premium Cloud Storage. NOTE: `CLOUD_BASIC`, `LOCAL_BASIC` and `LOCAL_SSD` are deprecated.
993
-
*`user_data` - (Optional, String, ForceNew) User data provided to instances, needs to be encoded in base64, and the maximum supported data size is 16KB.
993
+
*`user_data` - (Optional, String, ForceNew) ase64-encoded User Data text, the length limit is 16KB.
Copy file name to clipboardExpand all lines: website/docs/r/kubernetes_scale_worker.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ The `worker_config` object supports the following:
185
185
*`security_group_ids` - (Optional, List, ForceNew) Security groups to which a CVM instance belongs.
186
186
*`system_disk_size` - (Optional, Int, ForceNew) Volume of system disk in GB. Default is `50`.
187
187
*`system_disk_type` - (Optional, String, ForceNew) System disk type. For more information on limits of system 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_SSD`: SSD, `CLOUD_PREMIUM`: Premium Cloud Storage. NOTE: `CLOUD_BASIC`, `LOCAL_BASIC` and `LOCAL_SSD` are deprecated.
188
-
*`user_data` - (Optional, String, ForceNew) User data provided to instances, needs to be encoded in base64, and the maximum supported data size is 16KB.
188
+
*`user_data` - (Optional, String, ForceNew) ase64-encoded User Data text, the length limit is 16KB.
0 commit comments