mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Minor formatting cleanup.
This commit is contained in:
		@@ -472,13 +472,13 @@ because of how this is used later.
 | 
				
			|||||||
- Alternate, manual approach:
 | 
					- Alternate, manual approach:
 | 
				
			||||||
  1. Set `--configure-cbr0=false` on kubelet and restart.
 | 
					  1. Set `--configure-cbr0=false` on kubelet and restart.
 | 
				
			||||||
  1. Create a bridge
 | 
					  1. Create a bridge
 | 
				
			||||||
  - e.g. `brctl addbr cbr0`.
 | 
					     - `brctl addbr cbr0`.
 | 
				
			||||||
  1. Set appropriate MTU
 | 
					  1. Set appropriate MTU. NOTE: the actual value of MTU will depend on your network environment
 | 
				
			||||||
  - `ip link set dev cbr0 mtu 1460` (NOTE: the actual value of MTU will depend on your network environment)
 | 
					     - `ip link set dev cbr0 mtu 1460`
 | 
				
			||||||
  1. Add the clusters network to the bridge (docker will go on other side of bridge).
 | 
					  1. Add the node's network to the bridge (docker will go on other side of bridge).
 | 
				
			||||||
  - e.g. `ip addr add $NODE_X_BRIDGE_ADDR dev cbr0`
 | 
					     - `ip addr add $NODE_X_BRIDGE_ADDR dev cbr0`
 | 
				
			||||||
  1. Turn it on
 | 
					  1. Turn it on
 | 
				
			||||||
  - e.g. `ip link set dev cbr0 up`
 | 
					     - `ip link set dev cbr0 up`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If you have turned off Docker's IP masquerading to allow pods to talk to each
 | 
					If you have turned off Docker's IP masquerading to allow pods to talk to each
 | 
				
			||||||
other, then you may need to do masquerading just for destination IPs outside
 | 
					other, then you may need to do masquerading just for destination IPs outside
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user