Skip to content

fix(tke): [124357702] tencentcloud_kubernetes_cluster update network params #3384

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
May 29, 2025
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
3 changes: 3 additions & 0 deletions .changelog/3384.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/tencentcloud_kubernetes_cluster: update network params
```
6 changes: 4 additions & 2 deletions tencentcloud/services/tke/resource_tc_kubernetes_cluster.go

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

2 changes: 2 additions & 0 deletions tencentcloud/services/tke/resource_tc_kubernetes_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ It's more flexible than managing worker config directly with `tencentcloud_kuber

~> **NOTE:** If you want to set up addon for the tke cluster, it is recommended to use resource `tencentcloud_kubernetes_addon`.

~> **NOTE:** Please do not use this resource and resource `tencentcloud_kubernetes_cluster_endpoint` to operate cluster public network/intranet access at the same time.

Example Usage

Create a basic cluster with two worker nodes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Provide a resource to create a kubernetes cluster endpoint. This resource allows

~> **NOTE:** Recommend using `depends_on` to make sure endpoint create after node pools or workers does.

~> **NOTE:** Please do not use this resource and resource `tencentcloud_kubernetes_cluster` to operate cluster public network/intranet access at the same time.

Example Usage

Open intranet access for kubernetes cluster
Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/kubernetes_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ It's more flexible than managing worker config directly with `tencentcloud_kuber

~> **NOTE:** If you want to set up addon for the tke cluster, it is recommended to use resource `tencentcloud_kubernetes_addon`.

~> **NOTE:** Please do not use this resource and resource `tencentcloud_kubernetes_cluster_endpoint` to operate cluster public network/intranet access at the same time.

## Example Usage

### Create a basic cluster with two worker nodes
Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/kubernetes_cluster_endpoint.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Provide a resource to create a kubernetes cluster endpoint. This resource allows

~> **NOTE:** Recommend using `depends_on` to make sure endpoint create after node pools or workers does.

~> **NOTE:** Please do not use this resource and resource `tencentcloud_kubernetes_cluster` to operate cluster public network/intranet access at the same time.

## Example Usage

### Open intranet access for kubernetes cluster
Expand Down
Loading