- Create ns for deployments:
kubectl create ns nsm-system
Apply NSM resources for basic tests:
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/sriov?ref=c89573ec0f82ee02c425c43da72b026397cb52fc
To free resources follow the next command:
kubectl delete mutatingwebhookconfiguration --all
kubectl delete ns nsm-system