smart-edge-open / edgeapps

Applications that can be onboarded to an Intel® Smart Edge Open edge node.
Apache License 2.0
51 stars 73 forks source link

Issue while setting up network interface(Deploying OpenVINO) #11

Closed JeevanCK7 closed 4 years ago

JeevanCK7 commented 4 years ago
  1. Client simulator and Edge node are connected through ethernet cables via usb to ethernet adapter.
  2. The default ethernet cable of both edge and client simulator is connected to open network.
  3. When i run kubectl interfaceservice get worker-node(hostname of edge node), it should give two interface details right? but im getting only one interface details which is the of the default one.
  4. How to get both interface details so that I can setup network interface to route the data from client simulator to edge node. Note: I'm following the steps present in https://github.com/open-ness/specs/blob/master/doc/applications-onboard/openness-interface-service.md interface_error
amr-mokhtar commented 4 years ago

You need to use a NIC card that is compliant with kube-ovn.Try using a PCI-e NIC card and see if it becomes visible with the interfaceservice.

JeevanCK7 commented 4 years ago

thank you @amr-mokhtar I swapped the ethernet connections. Connected lab network connection to usb-to-ethernet adapter and point to point connection to NIC card. It working now