Skip to content

Commit 2837924

Browse files
authored
fix(tke): [112105200] support ignore_service_cidr_conflict param (#2756)
* support ignore_service_cidr_conflict * add changelog and doc * add computed
1 parent c3b478b commit 2837924

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.changelog/2756.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_cluster: support param `ignore_service_cidr_conflict`
3+
```

tencentcloud/services/tke/resource_tc_kubernetes_cluster.go

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

website/docs/r/kubernetes_cluster.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ The following arguments are supported:
830830
* `extra_args` - (Optional, List: [`String`], ForceNew) Custom parameter information related to the node.
831831
* `globe_desired_pod_num` - (Optional, Int, ForceNew) Indicate to set desired pod number in node. valid when enable_customized_pod_cidr=true, and it takes effect for all nodes.
832832
* `ignore_cluster_cidr_conflict` - (Optional, Bool, ForceNew) Indicates whether to ignore the cluster cidr conflict error. Default is false.
833+
* `ignore_service_cidr_conflict` - (Optional, Bool, ForceNew) Indicates whether to ignore the service cidr conflict error. Only valid in `VPC-CNI` mode.
833834
* `is_non_static_ip_mode` - (Optional, Bool, ForceNew) Indicates whether non-static ip mode is enabled. Default is false.
834835
* `kube_proxy_mode` - (Optional, String) Cluster kube-proxy mode, the available values include: 'kube-proxy-bpf'. Default is not set.When set to kube-proxy-bpf, cluster version greater than 1.14 and with Tencent Linux 2.4 is required.
835836
* `labels` - (Optional, Map, ForceNew) Labels of tke cluster nodes.

0 commit comments

Comments
 (0)