Srinivasan J

Results 10 comments of Srinivasan J

@glazychev-art Thank you for the response. I always see this issue. I even tried deleting the kind cluster and recreating it without any success. I had done basic tests before....

Attaching describe of alpine pod (kubectl describe pods alpine -n ns-k88mw) as requested [alpine-describe.log](https://github.com/networkservicemesh/deployments-k8s/files/9725948/alpine-describe.log) ``` test@test-virtual-machine:~/source/nsm/tests/compos/1$ kubectl version --short Flag --short has been deprecated, and will be removed in the...

@glazychev-art Looks like tag v1.6.0 does not exist yet for integration-k8s-kind repository ``` test@test-virtual-machine:~/source/nsm/tests/nsm1.6$ curl https://raw.githubusercontent.com/networkservicemesh/integration-k8s-kind/v1.6.0/cluster-config.yaml 404: Not Found ```

@glazychev-art The alpine pod is now no longer stuck in "Init" state when NSM v1.6.0 is used. But now ping between NSC and NSE is not working while testing nsm-composition...

@glazychev-art Tried with a fresh kind cluster. But hit below error, while trying with the recommended changes Error from server (InternalError): error when creating "https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition?ref=v1.6.0": Internal error occurred: failed calling...

@glazychev-art Thank you for the support and patience. Sorry for the delay from my side. Post deleting admission-webhook-k8s and redeploying admission-webhook-k8s, the alpine pod is up. But the ping between...

@glazychev-art [alpine-cmd-nsc.log](https://github.com/networkservicemesh/deployments-k8s/files/9934871/alpine-cmd-nsc.log) [alpine-cmd-nsc-init.log](https://github.com/networkservicemesh/deployments-k8s/files/9934873/alpine-cmd-nsc-init.log) [nse-kernel-9fff9b7bd-chnfp-nse.log](https://github.com/networkservicemesh/deployments-k8s/files/9934874/nse-kernel-9fff9b7bd-chnfp-nse.log) [nse-kernel-9fff9b7bd-chnfp-describe.log](https://github.com/networkservicemesh/deployments-k8s/files/9934875/nse-kernel-9fff9b7bd-chnfp-describe.log) [alpine-describe.log](https://github.com/networkservicemesh/deployments-k8s/files/9934876/alpine-describe.log) Command used to collect the logs ``` kubectl logs alpine -c cmd-nsc-init -n ns-nse-composition > /tmp/alpine-cmd-nsc-init.log kubectl logs alpine -c cmd-nsc -n ns-nse-composition >...

@glazychev-art Thank you!! it's working now with NSM_REQUEST_TIMEOUT=60s. ``` test@test-virtual-machine:~/source/nsm/tests/nsm1.6/test/admission-webhook-k8s$ curl -L https://raw.githubusercontent.com/networkservicemesh/integration-k8s-kind/main/cluster-config.yaml | kind create cluster --config - % Total % Received % Xferd Average Speed Time Time Time...

@glazychev-art Glad to share the logs. One thing that I observe is that the ping from nsc/nse takes hundreds of milliseconds. Not sure if this is due to all the...

Hello @AlyaGomaa Thank you for your response. Post checking out git commit 42a2111050d0101580bca27bd7e042bdf57c9f2a, I was able to reproduce the output of https://raw.githubusercontent.com/stratosphereips/StratosphereLinuxIPS/develop/docs/images/slips.gif using https://mcfp.felk.cvut.cz/publicDatasets/CTU-Malware-Capture-Botnet-25-1/2013-11-06_capture-win6.pcap I am trying to test the...