Skip to content

Commit 611d5fc

Browse files
authored
feat(tke): [120225585] adjust native node pool labels to Set Type (#2900)
* feat(tke): [120225585] adjust native node pool labels sequence to set * add changelog * increase the timeout of the read retry
1 parent 9c0deda commit 611d5fc

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.changelog/2900.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
```release-note:enhancement
2+
resource/kubernetes_native_node_pool: adjust the `labels` field to Set type
3+
```
4+
5+
```release-note:enhancement
6+
resource/tencentcloud_kubernetes_auth_attachment: increase the timeout of the read retry
7+
```

tencentcloud/services/tke/resource_tc_kubernetes_auth_attachment.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tencentcloud/services/tke/resource_tc_kubernetes_native_node_pool.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docs/r/kubernetes_native_node_pool.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The following arguments are supported:
113113
* `type` - (Required, String) Node pool type. Optional value is `Native`.
114114
* `annotations` - (Optional, Set) Node Annotation List.
115115
* `deletion_protection` - (Optional, Bool) Whether to enable deletion protection.
116-
* `labels` - (Optional, List) Node Labels.
116+
* `labels` - (Optional, Set) Node Labels.
117117
* `tags` - (Optional, List) Node tags.
118118
* `taints` - (Optional, List) Node taint.
119119
* `unschedulable` - (Optional, Bool) Whether the node is not schedulable by default. The native node is not aware of it and passes false by default.

0 commit comments

Comments
 (0)