Mirantis / virtlet

Kubernetes CRI implementation for running VM workloads
Apache License 2.0
743 stars 128 forks source link

Fix tap MTU setting #848

Closed ivan4th closed 5 years ago

ivan4th commented 5 years ago

MTU for the tap interface was not being set properly, causing also wrong MTU for the bridge. The problem was observed e.g. when using Flannel on a cluster running on top of OpenStack.


This change is Reviewable