mirror of
				https://github.com/kelseyhightower/kubernetes-the-hard-way.git
				synced 2025-11-04 02:02:33 +03:00 
			
		
		
		
	Update 07-network.md
This commit is contained in:
		
				
					committed by
					
						
						Kelsey Hightower
					
				
			
			
				
	
			
			
			
						parent
						
							5d8a0441ac
						
					
				
				
					commit
					bda65211ee
				
			@@ -4,7 +4,7 @@ Now that each worker node is online we need to add routes to make sure that Pods
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Container Subnets
 | 
					## Container Subnets
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The IP addresses for each pod will be allocated from the `podCIDR` range assinged to each Kubernetes worker through the node registration process.
 | 
					The IP addresses for each pod will be allocated from the `podCIDR` range assigned to each Kubernetes worker through the node registration process.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
During the worker setup process the following flags were set on the Kubelet to ensure each node obtained a `podCIDR` from the API server:
 | 
					During the worker setup process the following flags were set on the Kubelet to ensure each node obtained a `podCIDR` from the API server:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user