terraform-provider-tencentcloud icon indicating copy to clipboard operation
terraform-provider-tencentcloud copied to clipboard

TKE查询集群节点信息支持Limit可配置或者默认值设为100

Open mrlihanbo opened this issue 10 months ago • 1 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

New or Affected Resource(s)

  • tencentcloud_tke

Potential Terraform Configuration

希望TKE查询集群节点信息支持Limit可配置或者默认值设为100,我们团队的集群节点规模通常是200个 limit为20的话,并发场景下容易触发限流。Openapi该字段最大值为100。

https://github.com/tencentcloudstack/terraform-provider-tencentcloud/blob/6ca763795de263ef4d0a48ef7c8c0b122ff510ed/tencentcloud/services/tke/service_tencentcloud_tke.go#L2722

References

  • #0000

mrlihanbo avatar Apr 15 '24 14:04 mrlihanbo

/cc @lyu571

mrlihanbo avatar Apr 17 '24 06:04 mrlihanbo

在 1.81.95 版本中已经支持: https://github.com/tencentcloudstack/terraform-provider-tencentcloud/releases/tag/v1.81.95

andrew-tx avatar May 22 '24 01:05 andrew-tx