-
Hello again, Still I try to make AdvantEdge works in my PC without success. This time I reinstalled everything exactly as it's mentioned in the wiki page(same version for runtime and development), the dashboard is up with a green light and sandbox creation is successful as well.
and exposed service for iperf-cloud-server is:
When I go to monitoring field to check the traffic, Network Traffic Aggregation and Point to point only show N/A data in all charts (latency and etc.. ) The demo1 as well still cannot be deployed and I get same error in meep-virt-engine pod Additional info and logs: the AdvantEdge is the master repository: f203f7a kubectl version info meepctl version all |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
For reference, this discussion was initially raised here. |
Beta Was this translation helpful? Give feedback.
-
Hi @nordanz, Sorry for the delayed response, and thank you for providing more details on your testing & observed issues! Based on your observations, it seems the tc-sidecar never gets injected in scenario pods on your setup, both for internal or external applications. Scenarios with external nodes (e.g. demo1) with fail during deployment because external pods only contain the tc-sidecar container, whereas scenarios with internal applications only will deploy successfully (e.g. my-first-scenario), however if the tc-sidecar is not injected none of the network characteristics will be applied. We need to determine why the tc-sidecar is not being injected. To answer your questions, the TC Engine reads the network characteristics from the deployed scenario, calculates the required latency, jitter, packet loss & throughput values to be applied, and finally informs the TC sidecar containers about which application specific rules must be applied. The TC sidecars then enforce the required network characteristics by setting traffic control rules in each pod, and finally collect traffic metrics. To debug this issue, could you please deploy my-first-scenario and provide the pod details for the iperf cloud server to confirm that the tc-sidecar was never injected and to see if any errors were logged: Also, please provide the meep-virt-engine & meep-webhook logs starting just before scenario deployment until the scenario pods are up & running. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello Again, Found the issue, I added the |
Beta Was this translation helpful? Give feedback.
Hello Again,
Found the issue, I added the
default.svc
tono_proxy
env in/etc/kubernetes/manifests/kube-apiserver.yaml
and it start working for both demos. Thank you so much for your support and great software :).