These tests require SR-IOV config created on both master and worker nodes and located
under /var/lib/networkservicemesh/sriov.config.
Required service domains and capabilities for the master node are:
capabilities:
- 10G
serviceDomains:
- worker.domainFor the worker node:
capabilities:
- 10G
serviceDomains:
- master.domainApply NSM resources for sriov tests:
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/sriov?ref=dca191ce2cefcbc5904950becffbf6418bb0ec83To free resources follow the next commands:
kubectl delete mutatingwebhookconfiguration nsm-mutating-webhook
kubectl delete ns nsm-system