networkservicemesh / deployments-k8s

Apache License 2.0
41 stars 34 forks source link

Bug with nse-composition example. #11929

Open isZams opened 4 months ago

isZams commented 4 months ago

Expected Behavior

Hi everyone. I'm trying to use the nse-composition, modified to handle kernel interfaces in the composition. However, using a cluster with a single node, everything is ok. Using a cluster with 2 worker nodes and 1 master, the pod in the middle of the chain (composed by 3 elements) cannot start. Here there are:

Thanks for your help in advance!

EDIT

I was checking where the various pods were located in the nodes. Could there be a problem with pods, even of the same namespace, being located on different nodes?

suricata             nse-kernel-86db86bcd5-zbdhr                 2/2     Running            3 (60m ago)      17h   10.244.1.4   nsm-worker2         <none>           <none>
suricata             nse-passthrough-4-5868687d95-2zmnj          2/3     CrashLoopBackOff   25 (2m44s ago)   17h   10.244.2.4   nsm-worker          <none>           <none> 
isZams commented 4 months ago

I deployed the pods within the same node but the problem is still there