deployments-k8s
deployments-k8s copied to clipboard
NSC, Error from monitorConnection, RPC error code: PermissionDenied, Desc: no sufficient privileges
The setup is build on - cmd-nsc - cmd-nse-icmp-responder - nsc-kernel - nse-kernel The platform is k8s 1.23, docker 20.10, on ubuntu 20.04, NSM 1.5.0 Things work as expected with...
This PR has Linkerd emojivoto example integrated with NSM auto-scale. This PR is made to demonstrate what steps were made to find correct Iptables to allow this integration work. in...
Add fixes for OPA update to the latest version Signed-off-by: anastasia.malysheva
Added draft PR with NSM - Consul integration over Vl3. Example uses customized ubuntu images with preinstalled consul and other dependencies. Checked manually.
Hello, I am trying to run an external VPP as a daemon-set on k8s on EKS and I am running into some problems. When using local VPP, everything works as...
With the recent releases, the NSM improvements, stability, and the new features have been impressive. Thank you for all those contributing to this impressive work. However, as you may agree,...
Examples: 1. https://github.com/networkservicemesh/deployments-k8s/tree/main/examples/use-cases/Kernel2RVlanBreakout 2. https://github.com/networkservicemesh/deployments-k8s/tree/main/examples/use-cases/Kernel2RVlanInternal 3. https://github.com/networkservicemesh/deployments-k8s/tree/main/examples/use-cases/Kernel2RVlanMultiNS
1. In Kubernetes, any Pod can add a Network Service using an annotation: annotations: networkservicemesh.io: "kernel://my-networkservice-1/nsm-1" if we want nsm to support sriov, is there any change for the annotation....