sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Results 183 sdk issues
Sort by recently updated
recently updated
newest added

## Description Currently, we're not using a balancing algorithm in selecting cross-nse. Nsmgr permutates all forwarders in some order (based on hash). ## Motivation We could add a balancing logic...

enhancement

This is a simplification and rework in response to #1234 Signed-off-by: Ed Warnicke ## Description ## Issue link ## How Has This Been Tested? - [ ] Added unit testing...

## Overview Currently healing only works if one of the components has been broken. We need to consider scenarios when we have 2 or more deaths. **2 death cases (all...

## Problem statement The current way for enabling/disabling OpenTelemetry maybe is not clear for users. To enable it should be defined ENV https://github.com/networkservicemesh/sdk/blob/main/pkg/tools/opentelemetry/opentelemetry.go#L41 The ENV is not presented into applications...

enhancement
refactor

## Description Now `excludedprefixes/client.go` prevents `IPs` overlapping between NSEs. We need to support use case where it is ok. Accordingly to changes in `api` (https://github.com/networkservicemesh/api/issues/123) modify `pkg/networkservice/common/excludedprefixes/client.go` chain element to...

https://github.com/networkservicemesh/sdk/runs/2359443948?check_suite_focus=true#step:5:158 ``` time="2021-04-16T05:46:42Z" level=warning msg="count 1 < atLeast 2" ... time="2021-04-16T05:46:43Z" level=warning msg="count 1 < atLeast 2" time="2021-04-16T05:46:43Z" level=warning msg="count 2 < atLeast 3" ... time="2021-04-16T05:46:43Z" level=warning msg="count 2 <...

bug
blocked

## Overview ### Includes: 1. https://github.com/networkservicemesh/sdk/issues/1170 2. https://github.com/networkservicemesh/sdk/issues/1187 3. https://github.com/networkservicemesh/sdk/issues/1196

## Problem statement If test failed on ci we can not get logs from nsm components. ## Solution Always write logs into memory logger. If `t.Failed()` then push all logs...

enhancement
blocked

## Overview Extends #898. Cover extra heal scenarios with sandbox tests: **1 death cases:** 1. Local NSMgr: * **restored:** 1. The same Forwarder selected. 2. Another Forwarder selected. 2. Local...

Planning

## Expected Behavior Action automatically updates dependent repositories ## Current Behavior Action sometimes fails ## Failure Information (for bugs) ``` Run GOPROXY=direct go get -u github.com/networkservicemesh/sdk-k8s@main GOPROXY=direct go get -u...

bug