Skip to content

Commit 0dd4f68

Browse files
committed
add changelog and doc
1 parent b39a7d7 commit 0dd4f68

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/2951.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_kubernetes_native_node_pool: support field `machine_type`.
3+
```

website/docs/r/kubernetes_native_node_pool.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ The `native` object supports the following:
183183
* `key_ids` - (Optional, List) Node pool ssh public key id array.
184184
* `kubelet_args` - (Optional, List) Kubelet custom parameters.
185185
* `lifecycle` - (Optional, List) Predefined scripts.
186+
* `machine_type` - (Optional, String, ForceNew) Node pool type. Example value: `NativeCVM` or `Native`. Default is `Native`.
186187
* `management` - (Optional, List) Node pool management parameter settings.
187188
* `replicas` - (Optional, Int) Desired number of nodes.
188189
* `runtime_root_dir` - (Optional, String, ForceNew) Runtime root directory.

0 commit comments

Comments
 (0)