manifests: set MTU for CNI bridge
Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
parent
134cbe90be
commit
223b641ee1
@ -17,6 +17,7 @@ data:
|
|||||||
"bridge":"kube-bridge",
|
"bridge":"kube-bridge",
|
||||||
"isDefaultGateway":true,
|
"isDefaultGateway":true,
|
||||||
"forceAddress":true,
|
"forceAddress":true,
|
||||||
|
"mtu": 1420,
|
||||||
"ipam":{
|
"ipam":{
|
||||||
"type":"host-local"
|
"type":"host-local"
|
||||||
}
|
}
|
||||||
|
@ -17,6 +17,7 @@ data:
|
|||||||
"bridge":"kube-bridge",
|
"bridge":"kube-bridge",
|
||||||
"isDefaultGateway":true,
|
"isDefaultGateway":true,
|
||||||
"forceAddress":true,
|
"forceAddress":true,
|
||||||
|
"mtu": 1420,
|
||||||
"ipam":{
|
"ipam":{
|
||||||
"type":"host-local"
|
"type":"host-local"
|
||||||
}
|
}
|
||||||
|
@ -17,6 +17,7 @@ data:
|
|||||||
"bridge":"kube-bridge",
|
"bridge":"kube-bridge",
|
||||||
"isDefaultGateway":true,
|
"isDefaultGateway":true,
|
||||||
"forceAddress":true,
|
"forceAddress":true,
|
||||||
|
"mtu": 1420,
|
||||||
"ipam":{
|
"ipam":{
|
||||||
"type":"host-local"
|
"type":"host-local"
|
||||||
}
|
}
|
||||||
|
@ -17,6 +17,7 @@ data:
|
|||||||
"bridge":"kube-bridge",
|
"bridge":"kube-bridge",
|
||||||
"isDefaultGateway":true,
|
"isDefaultGateway":true,
|
||||||
"forceAddress":true,
|
"forceAddress":true,
|
||||||
|
"mtu": 1420,
|
||||||
"ipam":{
|
"ipam":{
|
||||||
"type":"host-local"
|
"type":"host-local"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user