mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #28814 from lixiaobing10051267/mastercidr
Automatic merge from submit-queue Flannel doc description cidr modify File "docs\proposals\flannel-integration.md", line 123, "node controller backs off cidr allocation", here cidr is not easy to understand, can be modified to CIDR.
This commit is contained in:
		
							
								
								
									
										2
									
								
								docs/proposals/flannel-integration.md
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										2
									
								
								docs/proposals/flannel-integration.md
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							@@ -120,7 +120,7 @@ From 1000 feet:
 | 
				
			|||||||
__But will it blend?__
 | 
					__But will it blend?__
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Kubernetes integration is fairly straight-forward once we understand the pieces involved, and can be prioritized as follows:
 | 
					Kubernetes integration is fairly straight-forward once we understand the pieces involved, and can be prioritized as follows:
 | 
				
			||||||
* Kubelet understands flannel daemon in client mode, flannel server manages independent etcd store on master, node controller backs off cidr allocation
 | 
					* Kubelet understands flannel daemon in client mode, flannel server manages independent etcd store on master, node controller backs off CIDR allocation
 | 
				
			||||||
* Flannel server consults the Kubernetes master for everything network related
 | 
					* Flannel server consults the Kubernetes master for everything network related
 | 
				
			||||||
* Flannel daemon works through network plugins in a generic way without bothering the kubelet: needs CNI x Kubernetes standardization
 | 
					* Flannel daemon works through network plugins in a generic way without bothering the kubelet: needs CNI x Kubernetes standardization
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user