Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues when running uperf and uperf-scale modules with multus networks #839

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ddomingu
Copy link
Contributor

@ddomingu ddomingu commented Jan 3, 2025

…works

Type of change

  • Refactor
  • New feature
  • [ X] Bug fix
  • Optimization
  • Documentation Update

Description

There is a typo in the code when selecting the IP address of the pods while working with Multus networks. The filter used is k8s.v1.cni.cncf.io/networks-status, which is invalid. The correct filter should be k8s.v1.cni.cncf.io/network-status.

Additionally, the correct naming for the uperf clients has been implemented, ensuring the IP address of the uperf server in the Multus network is properly selected.

Related Tickets & Documents

  • Related Issue #
  • Closes #

Checklist before requesting a review

  • [X ] I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

Testing

  • Please describe the System Under Test.
  • Please provide detailed steps to perform tests related to this code change.
  • How were the fix/results from this change verified? Please provide relevant screenshots or results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant