mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	Change default service IP range to 10.96/12
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user