k3s/pkg/kubelet/network
k8s-merge-robot 32256d53aa Merge pull request #25136 from dcbw/kubenet-fixup-txqueuelen
Automatic merge from submit-queue

kubenet: fix up CNI bridge TX queue length if needed

CNI's bridge plugin mis-handles the TxQLen when creating the bridge,
leading to a zero-length TX queue.  This doesn't typically cause
problems (since virtual interfaces don't have hard queue limits)
but when adding traffic shaping, some qdiscs pull their packet
limits from the TX queue length, leading to a packet limit of 0
in some cases.  Until we can depend on a new enough version of
CNI, fix up the TX queue length internally.

Closes: https://github.com/kubernetes/kubernetes/issues/25092
2016-05-06 06:29:31 -07:00
..
cni rename Status interface to GetPodNetworkStatus 2016-05-04 13:46:31 -07:00
exec rename Status interface to GetPodNetworkStatus 2016-05-04 13:46:31 -07:00
hairpin Don't print hairpin_mode error when not using Linux bridges 2016-01-25 09:01:34 -05:00
kubenet Merge pull request #25136 from dcbw/kubenet-fixup-txqueuelen 2016-05-06 06:29:31 -07:00
testing Move test-only files to test-only packages 2016-03-01 09:11:32 -08:00
network.go Use the default interface for reporting network stats. 2016-03-01 16:17:04 -08:00
plugins.go rename Status interface to GetPodNetworkStatus 2016-05-04 13:46:31 -07:00
plugins_test.go Move test-only files to test-only packages 2016-03-01 09:11:32 -08:00