Guy Sheffer
Guy Sheffer
What version of configurationslicing-plugin?
Ok, you might want to comment about this in this issue, other than that I am not sure what to do beyond that: https://issues.jenkins-ci.org/browse/JENKINS-62619?filter=21951 I need some logs to understand...
Hey, Its best you report it in the Jira too: https://issues.jenkins.io/issues/?jql=project+%3D+JENKINS+AND+component+%3D+configurationslicing-plugin
Just updating it works now in newer versions.
Hey, updating that its fixed, I see that its released in ALVR v20.8.1 And guess the cause was this #2108 which sounds like my issue too
Yes, it looks like this here: ``` preStop: exec: command: ["bash", "-c", "umount -f /srv/website-eu/root"] ``` BTW, I use a sub folder, because it means that you don't loose transport...
Found someone getting this on stackoverflow too: https://stackoverflow.com/questions/64710309/error-transport-endpoint-is-not-connected-while-using-s3fs-with-kubernetes-w
Ok, I think I solved it. It seems like sometimes the pod looses some kinds of connection, resulting in "Transport not connected". The workaround I found to fix this is...
I saw no logs. both in describe and in the logs. It might be a GDB traceable issue, though since I found no way to reproduce this without just waiting...
Ok had a look, it looks like the problem is when running: ``` pip3 install convert2php ``` That fails because it uses https://files.pythonhosted.org/packages/30/ba/afea59e34b8493c3318251a299c4fbb4aa132981b1f1a29478a9b5f69183/convert2php-0.0.1.tar.gz which indeed does not have README.md If...