-
### Description
We have a many NSM envs that allow us to configure the NSC in the best possible way:
https://github.com/networkservicemesh/cmd-nsc/blob/main/internal/config/config.go#L31-L43
```
…
-
## Expected Behavior
No goleaks
## Current Behavior
If `querycache` calls watching `Find` with unavailable `NetworkServiceEndpoint.Name` - goroutine will hang until the application closes.
…
-
Interface can be leaked if the initial Request's context gets cancelled before the connection could be established.
The problem might occur in [kernelTap](https://github.com/networkservicemesh/sdk-…
zolug updated
15 hours ago
-
## Expected Behavior
NSM components should survive fuzzying
## Current Behavior
time="2019-09-14T03:09:43-04:00" level=error msg="Failed to read routes files: EOF"
panic: runtime error: inde…
-
- [x] Decomposition - https://github.com/networkservicemesh/sdk/issues/823
- [x] Sandbox healing simple cases - https://github.com/networkservicemesh/sdk/issues/898
- [ ] Sandbox healing complex cas…
-
## Expected Behavior
NSM should restore after forwarder death.
## Current Behavior
Basic setup of NSM was used, containing forwarder-ovs . The connection between NSC and NSE is using local 'kernel'…
-
I observed an infinite loop generating these logs while using policy routes:
```
2023-11-14T13:35:52.430492551Z stderr F Nov 14 13:35:52.430[37m [DEBU] [id:8467b2f1-b369-4877-a4c1-7d0a0239cfa1] [ne…
-
_Tasks to add a NSM enabled K8s cluster_
* Reference https://github.com/networkservicemesh/networkservicemesh/issues/870
- [ ] Add script for deploying k8s to Packet - (using current NSM methods)
-…
-
Hi guys
Another feature is missing for me is subj
My vision for implementation:
Example:
we have ability to configure selector in forwarder:
for node/cluster1
```
---
interfaces:
- name: int1
…
-
## Expected Behavior
The refresh or healing should work seamlessly when endpoint and client are connected and traffic is running fine among those pods.
## Current Behavior
The forwarder's…