chore: migrated from internal repo
!1 nofusscomputing/infrastructure/config!28
This commit is contained in:
		
							
								
								
									
										20
									
								
								templates/etc_cni_net.d_100-crio-bridge.conf.j2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								templates/etc_cni_net.d_100-crio-bridge.conf.j2
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,20 @@ | ||||
| { | ||||
|     "cniVersion": "0.3.1", | ||||
|     "name": "crio", | ||||
|     "type": "bridge", | ||||
|     "bridge": "cni0", | ||||
|     "isGateway": true, | ||||
|     "ipMasq": true, | ||||
|     "hairpinMode": true, | ||||
|     "ipam": { | ||||
|         "type": "host-local", | ||||
|         "routes": [ | ||||
|             { "dst": "0.0.0.0/0" }, | ||||
|             { "dst": "1100:200::1/24" } | ||||
|         ], | ||||
|         "ranges": [ | ||||
|             [{ "subnet": "{{ KubernetesPodSubnet }}" }], | ||||
|             [{ "subnet": "1100:200::/24" }] | ||||
|         ] | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user