Change default service IP range to 10.96/12

This commit is contained in:
Ilya Dmitrichenko 2016-10-21 14:27:52 +01:00
parent cfbb0eb2ff
commit fe32eddca9
No known key found for this signature in database
GPG Key ID: E7889175A6C0CEB9

View File

@ -18,7 +18,7 @@ package kubeadm
const (
DefaultServiceDNSDomain = "cluster.local"
DefaultServicesSubnet = "10.12.0.0/12"
DefaultServicesSubnet = "10.96.0.0/12"
DefaultKubernetesVersion = "v1.4.4"
DefaultAPIBindPort = 6443
DefaultDiscoveryBindPort = 9898