You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a step to change log level for the nsmgr/fforwarder via sginal (just use kubectl exec for the nsm app in the nsm-system namespace, note: SIGUSR1, SIGUSR2 should be used).
Make sure that logs level is changing (kubectl logs --since=1m can be used).
Contribute the example.
The text was updated successfully, but these errors were encountered:
Hi, I've two prs for this, #12572
and networkservicemesh/integration-k8s-kind#1043,
In the second pr, since I'm fiddling with the forwarder daemonset in the tc, to ensure the loglevel is not TRACE,
I've added the test to the 'WithRunningTestsSynchronously' part, to make sure that it does not interfere with the other test runs.
TODO:
kubectl exec
for the nsm app in thensm-system
namespace, note: SIGUSR1, SIGUSR2 should be used).kubectl logs --since=1m
can be used).The text was updated successfully, but these errors were encountered: