flannel-io / flannel

flannel is a network fabric for containers, designed for Kubernetes
Apache License 2.0
8.61k stars 2.87k forks source link

Remove net-tools package from the image #1882

Closed manuelbuil closed 4 months ago

manuelbuil commented 4 months ago

Description

The net-tools package is pretty old and iproute2 should be enough. The net-tools package provides;

arp, hostname, ifconfig, ipmaddr, iptunnel, mii-tool, nameif, netstat, plipconfig, rarp, route und slattach

and we are not using them. The only one we use is arp in dist/extension-vxlan but we are consuming vxlan via its own backend. This is probably why this package was used

Todos

Release Note

Removed net-tools package from the image