openshift / openshift-sdn

Apache License 2.0
69 stars 63 forks source link

debug.sh needs to deal with --net=host containers #185

Closed danwinship closed 6 years ago

danwinship commented 9 years ago

do_node() gets messed up if you have a container with --net=host, because it expects all containers to be attached to the OVS bridge, and so if it tries to use the --net=host pod for the connectivity checks, it bails out when get_port_for_addr() fails.

danwinship commented 9 years ago

PR #191 makes it not pick --net=host pods for connectivity checks, but it just ignores them completely. We could do additional checks involving them...