We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. Nope
Describe the solution you'd like Allow for a secondary interface to be used for throughput testing
The text was updated successfully, but these errors were encountered:
To do this 1 ) Update the confg yaml to include a multus option. Like
multus
--- tests: - TCPStream: parallelism: 1 profile: "TCP_STREAM" duration: 10 samples: 3 messagesize: 1024 multus: <net-attach-name>
2 ) update the client/server podSpec to include the cncf.io/networks annotation for the user-defined net-attach interface
cncf.io/networks
3 ) capture the ip address of the multus interface.
Sorry, something went wrong.
https://github.com/k8snetworkplumbingwg/multus-cni/blob/master/docs/quickstart.md#network-status-annotations
No branches or pull requests
Is your feature request related to a problem? Please describe.
Nope
Describe the solution you'd like
Allow for a secondary interface to be used for throughput testing
The text was updated successfully, but these errors were encountered: