deployments-k8s
deployments-k8s copied to clipboard
## Description Change examples to use webhook+annotations instead of patching bare nsc-kernel. ## Issue link https://github.com/networkservicemesh/deployments-k8s/issues/7673 ## How Has This Been Tested? - [ ] Added unit testing to cover...
Signed-off-by: Laszlo Kiraly ## Description The MTU value of the interface in NSC can not be bigger than the MTU value set on base interface ## Issue link #7738 ##...
## Expected Behavior The MTU value of the interface in NSC should not be bigger than the MTU value set on base interface ## Current Behavior MTU is not checked...
## Description This PR moves spire setup for multi-cluster examples into `examples/spire`. In `examples/interdomain` and `examples/floating_interdomain` there are new `spiffe-federation` setups, that contain scenario-specific setup. ## Issue link https://github.com/networkservicemesh/deployments-k8s/issues/7673 ##...
## Expected Behavior NSM + Istio booking example is working correctly. ## Current Behavior NSM + Istio booking example doesn't workg. ## Steps to Reproduce Run https://github.com/networkservicemesh/deployments-k8s/tree/main/examples/interdomain/nsm_istio_booking ## Context NSM...
I am trying to run nse-composition example (v1.5.0) , but have issue with the alpine pod stuck in Init state. Looks like a permission issue. Please let me know if...
## Overview We need to provide a generic way to simplification of developing [Network Service Endpoint](https://networkservicemesh.io/docs/concepts/architecture/#endpoints). ## Link to the Google Docs document https://docs.google.com/document/d/1rPhmqU71t5YgJQ_mWETtr2q6Z7AMO8e4NrZRvFTmFIU/edit?usp=sharing
Different applications connecting to the same NS and using the the same VLAN. These NSCs now can run on the same node. Signed-off-by: Laszlo Kiraly ## Description The test script...
Issue: https://github.com/networkservicemesh/deployments-k8s/issues/7660 Signed-off-by: Artem Glazychev
Signed-off-by: Artem Glazychev ## Description Azure VM uses **internal.cloudapp.net** for reverse DNS. And this DNS server is available on 168.63.129.16. This PR directly adds this zone to coredns config. Otherwise,...