Long Wu Yuan

Results 1441 comments of Long Wu Yuan

@hanselsen , thanks for the get output. It shows the tcp ports open. Can you confirm that your application used tcp port 9901 to open tcp sockets. Its clear that...

ok, on a different cloud, in the docs there is a reference to tcp timeout being fixed on the provider hence the time annotation value needs to be below that....

Just FYI, for kubernetes that docker reproduce procedure translates to this on minikube or kind etc ; Assuming a already existing default helm install of the controller ; - helm...

ok. Please try to reproduce on minikube or kind cluster. I will try to do the same. That will prove if the ingress-controller is doing this 10minute reset.

Your test is not working. That script configured well does not connect to the pod ![image](https://user-images.githubusercontent.com/5085914/187245398-60f816f2-e731-4dae-b284-b00c0607451b.png)

cat startClient.sh #!/bin/bash #change me export HOST=[192.168.39.25] export PORT=[9900/9900] export HEARTBEAT=[MILISECONDS-DEVICE-HEARTBEAT]

other values i tried were 9900/9901 and HEARTBEAT=[600000]

as you can see, port 9900 is working because my telnet client can log messages on stdout of pod and tcpdump inside pod also shows network traffic. But launching your...

Thank you very much. After removing braces, tcpdump and stdout showed connection and also netstat. I started the script with `time` so now waiting to see if it dies in...

I am able to reproduce the problem I think, on minikube ![image](https://user-images.githubusercontent.com/5085914/187396989-6b13788b-04b8-4fef-b653-3e6fd505f5cd.png) But the information available now is very confusing. We need to work on this. There does seem to...