diff --git a/pkg/controller/cluster/cidr_allocation.go b/pkg/controller/cluster/cidr_allocation.go index dccbf98..98bed9c 100644 --- a/pkg/controller/cluster/cidr_allocation.go +++ b/pkg/controller/cluster/cidr_allocation.go @@ -11,8 +11,8 @@ import ( ) const ( - cidrAllocationClusterPoolName = "k3k-cidr-allocation-cluster-pool" - cidrAllocationServicePoolName = "k3k-cidr-allocation-service-pool" + cidrAllocationClusterPoolName = "k3k-cluster-cidr-allocation-pool" + cidrAllocationServicePoolName = "k3k-service-cidr-allocation-pool" defaultClusterCIDR = "10.44.0.0/16" defaultClusterServiceCIDR = "10.45.0.0/16"