mirror of
https://github.com/rancher/k3k.git
synced 2026-03-02 17:50:36 +00:00
update cidr pool names
Signed-off-by: Brian Downs <brian.downs@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user