mirror of
https://github.com/rancher/rke.git
synced 2025-09-14 22:20:11 +00:00
Change cluster cidr defaults
This commit is contained in:
@@ -10,9 +10,9 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
DefaultServiceClusterIPRange = "10.233.0.0/18"
|
||||
DefaultClusterCIDR = "10.233.64.0/18"
|
||||
DefaultClusterDNSService = "10.233.0.3"
|
||||
DefaultServiceClusterIPRange = "10.43.0.0/16"
|
||||
DefaultClusterCIDR = "10.42.0.0/16"
|
||||
DefaultClusterDNSService = "10.43.0.10"
|
||||
DefaultClusterDomain = "cluster.local"
|
||||
DefaultClusterName = "local"
|
||||
DefaultClusterSSHKeyPath = "~/.ssh/id_rsa"
|
||||
|
Reference in New Issue
Block a user