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
Hi, This line here causes ipvlan network issues, docker sets the network type toipvlan in the container and this check fails and never moves past this loop when a image is restricted to a ipvlan type network per kasm documentation. Removing the veth check or adding ipvlan to the type check resolves this issue. This works fine if the image is on the kasm_default_network because docker sets the interface type to vethbut breaks when the container is restricted to ipvlan or macvlan networks.
Hi, This line here causes ipvlan network issues, docker sets the network type to
ipvlan
in the container and this check fails and never moves past this loop when a image is restricted to a ipvlan type network per kasm documentation. Removing theveth
check or addingipvlan
to the type check resolves this issue. This works fine if the image is on the kasm_default_network because docker sets the interface type toveth
but breaks when the container is restricted toipvlan
ormacvlan
networks.Curious why the strict check for veth?
workspaces-core-images/src/common/startup_scripts/vnc_startup.sh
Line 446 in 41de61b
issue thread for context and resolution.
kasmtech/workspaces-issues#615
The text was updated successfully, but these errors were encountered: