Skip to content

Latest commit

 

History

History
 
 

ovs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

OVS examples

Contain basic setup for NSM that includes nsmgr, forwarder-ovs, registry-k8s, admission-webhook-k8s. This setup can be used to check mechanisms combination or some kind of NSM features.

Requires

Includes

Run

  1. Create ns for deployments:
kubectl create ns nsm-system
  1. Apply NSM resources for basic tests:
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/ovs?ref=c89573ec0f82ee02c425c43da72b026397cb52fc

Cleanup

To free resouces follow the next command:

kubectl delete mutatingwebhookconfiguration --all
kubectl delete ns nsm-system