cloud-bulldozer / k8s-netperf

Running Networking Performance Tests against K8s
Apache License 2.0
29 stars 21 forks source link

[BUG] #72

Closed SachinNinganure closed 1 year ago

SachinNinganure commented 1 year ago

Describe the bug Network performance tests run locally does not schedule client and server pods on same node

To Reproduce Steps to reproduce the behavior:

  1. Run a NPT by issuing the following command with the local flag bin/amd64/k8s-netperf --local
  2. Verify using this command to see if client_pod and server pod are scheduled on same node. oc get po -owide -n netperf

Expected behavior client_pod and server pod must be scheduled on same node per instruction

Logs If applicable, add logs to help explain your problem.

Additional context Add any other context about the problem here.