deployments-k8s
deployments-k8s copied to clipboard
## Description Port-forwarding processes run in the background and are not deleted at the end of the test. `pkill -f 'port-forward'` removes these processes. Consider using Load Balancer to avoid...
depends on https://github.com/networkservicemesh/cmd-nse-vlan-vpp/pull/4 Signed-off-by: Periyasamy Palanisamy
Signed-off-by: Ed Warnicke
Signed-off-by: Periyasamy Palanisamy
Add examples for iperf testing. iperf is usually run as a client and a server. The iperf client can be run as any other workload using the nsc client, similar...
## Overview Cover the following heal scenarios with integration tests: 1. Local NSMgr(r) + 1. Local Endpoint(d) 2. Remote NSMgr(d) 3. Remote Forwarder(d) 4. Remote Endpoint(d) 5. Registry(r) 2. Remote...
## Description Actual: sometimes spire agent restarts Expected: spire agent working without restarts ## Logs logs from spire-agent: ``` time="2021-11-24T01:48:56Z" level=debug msg="Rotating agent SVID" subsystem_name=manager time="2021-11-24T01:48:56Z" level=error msg="Failed to renew...
Signed-off-by: Mikhail Avramenko part of https://github.com/networkservicemesh/cmd-forwarder-vpp/issues/123
We need to migrate https://github.com/networkservicemesh/examples/tree/master/examples/4g-network example from old styled NSM to the multirepo nsm. The example can be useful for the folks. It seems to me all functional parts for...
## Issue https://github.com/networkservicemesh/deployments-k8s/issues/1015 ## Requirements These tests use few programs that may be not present in your environment: ~~[gnuplot](http://www.gnuplot.info)~~ using container for this instead of direct installation [styx](https://github.com/go-pluto/styx) ~~Also, these...