From 76a2e255b358e0b75ca3bc4afdb4d795d6fb40ac Mon Sep 17 00:00:00 2001 From: Brian Downs Date: Thu, 2 Feb 2023 14:20:48 -0700 Subject: [PATCH] update cidr pool names Signed-off-by: Brian Downs --- pkg/controller/cluster/cidr_allocation.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"