Skip to content

Commit

Permalink
testcase: fix CIDR block conflicts for resource alicloud_cs_kubernete…
Browse files Browse the repository at this point in the history
…s_node_pool
  • Loading branch information
saberrey authored and xiaozhu36 committed Feb 24, 2022
1 parent bb2b05e commit f51e8f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alicloud/resource_alicloud_cs_kubernetes_node_pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,8 @@ resource "alicloud_cs_managed_kubernetes" "default" {
is_enterprise_security_group = true
worker_number = 2
password = "Hello1234"
pod_cidr = "172.20.0.0/16"
service_cidr = "172.21.0.0/20"
pod_cidr = "10.99.0.0/16"
service_cidr = "172.16.0.0/16"
worker_vswitch_ids = [local.vswitch_id]
worker_instance_types = [data.alicloud_instance_types.default.instance_types.0.id]
Expand Down

0 comments on commit f51e8f7

Please sign in to comment.