You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have setup up a macvlan with dhcp with multuscni in our k8s clusters.
Pods receives the ip address from the dhcp and the container is starting normally. The problem is the dhcp add a second default route in the ip tables. This blocks all internet connection because the now default route is the wrong one.
How can I configure multus or the dhcp daemon to not add a second route ?
Hi,
I have setup up a macvlan with dhcp with multuscni in our k8s clusters.
Pods receives the ip address from the dhcp and the container is starting normally. The problem is the dhcp add a second default route in the ip tables. This blocks all internet connection because the now default route is the wrong one.
How can I configure multus or the dhcp daemon to not add a second route ?
Multus config
DHCP Plugin daemon
[Unit] Description=DHCP Client for CNI [Socket] ListenStream=/run/cni/dhcp.sock SocketMode=0660 SocketUser=root SocketGroup=root RemoveOnStop=true [Install] WantedBy=sockets.target
Annotation on the pods
The text was updated successfully, but these errors were encountered: