unreachable pods by nodeport via worker nodes (timeout) #4193
reisman234
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
The error message suggests that you're on Rke2 1.22, which is end of life. Are you able to reproduce this error on more recent versions? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Today, I faced a strange error. After I have done some changes on a running deployment and its nodeport service.
However, every request ended with a timeout despite the pod running. Also a port-forwart into the pod showed that the service was responding.
With a test deployment (nginx) and a nodeport service, I found out that every request against the worker-nodes:ip and nodeport ends with a timed out error, only the master node ip does respond. In the logs of each worker node, I found the following error message.
For now, a restart of the rke service solved the problem, but how to prevent such an error?
Beta Was this translation helpful? Give feedback.
All reactions