Unable to deploy #526
Replies: 3 comments 2 replies
-
Interesting thing is that after multiple runs I noticed that the node that stucks in rescue mode has the same IP address in all runs (I delete whole project on Hetzner after each failure) |
Beta Was this translation helpful? Give feedback.
-
I just noticed that gitlab ci pipeline runner cannot even Ping affected IPs (my local machine can ping it), so it looks like either gitlab CI blocks certain IP addresses or hetzner drops connection from gitlab for this addresses. Is there any way to investigate it further? |
Beta Was this translation helpful? Give feedback.
-
I experienced some similar problems with gitlab.com, at least for the image registry. One node was blocked from the registry completely (but with a 403, so there is a block on application level, not network). As a quick fix, you can use a custom runner instead of the shared ones, to avoid the IP blocks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to deploy very basic cluster to one of the german region and it looks like it's impossible task.
I'm using Gitlab CI template to run terraform. When deploying to Falksnstein region there is issue with very slow MicroOS download speed (it's downloading for 20 minutes) and whole deployment fails. When deploying to Nuremberg one node is not responding and the error is
timeout - last error: dial tcp xxx.xxx.xxx.xxx:xxxx i/o timeout
. When I ssh into IP of node that failed I can see that it's still in rescue mode and Micro OS is not installed.My configuration is (it's minimal as I started to remove many parts after I encountered problems):
Is there anything wrong with this
kube.tf
?Beta Was this translation helpful? Give feedback.
All reactions