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
So I restarted the fnserver pod with hostNetwork=true, and that crashed the pod, but then I removed hostNetwork and restarted the pod again and now it works. It looks like running fnserver against the host network reconfigured something in the host that fixed the problem, not sure.
Anyway, in my case ,this problem, which I don't understand, is gone.
Description
fnserver container has no access to internal cluster network - cannot ping mysql database
Steps to reproduce the issue:
Describe the results you received:
WARNINGS WHEN FNSERVER STARTS:
*** HANGS HERE - CANNOT PING DATABASE
kernel
/app # uname -a
Linux rdeifn-fn-847478b4bc-76cgh 5.4.77-flatcar #1 SMP Wed Nov 18 17:29:43 -00 2020 x86_64 Linux
Describe the results you expected:
need to connect to mysql db. can connect to mysql db from other pods in same namespace.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
fn version
(CLI command):Additional environment details (OSX, Linux, flags, etc.):
All other pods work:
tried the IPNO of the mysql service directly - also hang.
networking
kube spec:
UPDATE
So I restarted the fnserver pod with hostNetwork=true, and that crashed the pod, but then I removed hostNetwork and restarted the pod again and now it works. It looks like running fnserver against the host network reconfigured something in the host that fixed the problem, not sure.
Anyway, in my case ,this problem, which I don't understand, is gone.
The text was updated successfully, but these errors were encountered: