Skip to content

feat(tke): [120225585] adjust native node pool labels to Set Type #2900

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changelog/2900.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:enhancement
resource/kubernetes_native_node_pool: adjust the `labels` field to Set type
```

```release-note:enhancement
resource/tencentcloud_kubernetes_auth_attachment: increase the timeout of the read retry
```

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/docs/r/kubernetes_native_node_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The following arguments are supported:
* `type` - (Required, String) Node pool type. Optional value is `Native`.
* `annotations` - (Optional, Set) Node Annotation List.
* `deletion_protection` - (Optional, Bool) Whether to enable deletion protection.
* `labels` - (Optional, List) Node Labels.
* `labels` - (Optional, Set) Node Labels.
* `tags` - (Optional, List) Node tags.
* `taints` - (Optional, List) Node taint.
* `unschedulable` - (Optional, Bool) Whether the node is not schedulable by default. The native node is not aware of it and passes false by default.
Expand Down
Loading