mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Change default service IP range to 10.96/12
This commit is contained in:
parent
cfbb0eb2ff
commit
fe32eddca9
@ -18,7 +18,7 @@ package kubeadm
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
DefaultServiceDNSDomain = "cluster.local"
|
DefaultServiceDNSDomain = "cluster.local"
|
||||||
DefaultServicesSubnet = "10.12.0.0/12"
|
DefaultServicesSubnet = "10.96.0.0/12"
|
||||||
DefaultKubernetesVersion = "v1.4.4"
|
DefaultKubernetesVersion = "v1.4.4"
|
||||||
DefaultAPIBindPort = 6443
|
DefaultAPIBindPort = 6443
|
||||||
DefaultDiscoveryBindPort = 9898
|
DefaultDiscoveryBindPort = 9898
|
||||||
|
Loading…
Reference in New Issue
Block a user