-
-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Scaleway] Nodes cannot pull image from docker registry #89
Comments
I‘ll try to have a look at the suggestions made in #74, but I’m really busy at the moment. |
Thank you, no pressure. Once more I decided to remove all my VPS and try again but with this error in mind. I installed docker firstly and then follow this guide. After each bigger step I run My VPS's config looked like this: And the one with public IP worked well, and two others didn't, so I added at Scalaway public IP's, and it starts working ( I don't understand why VPS worked well without WG and public IP and after setting up WG I suddenly need public IP. If you have any idea let me know. Right now treat this as |
That’s interesting! The provisioning repository does enable public ips on all hosts, that’s why I‘ve never experienced this issue. Keep me posted. |
Hey I managed to set up cluster :) Not adding IP addresses to all my nodes was a mistake. But I still don't understand why setting up WireGuard messed networking on VPS. I followed additional instructions from #74 and didn't have to do any Thank you very much for this guide it is very useful |
Hey, I have an issue that don't know how to investigate further and how to solve it. I tried it a few times by removing all VPS and started again but every time I end up with the same error.
I am trying to set up my cluster on Scaleway. I follow instructions one by one, and I am at the point where I installed wave as CNI, and I've got:
So my issue is on my nodes but not on master.
I found this #74 and this time I applied these suggestions, but the output is the same.
UFW / Firewall
I skip the part with firewall, on every VPS I've got:
In scaleway config all my VPS have the same security policy applied. Only outbound traffic on ports
[25, 465, 587]
is dropping.Internet connection
On both my nodes I've issue to download images from docker's registry and I believe that this is the real issue here
On master hello-world was pulled successfully.
Nodes have internet connection outside:
WireGuard
By the output of
wg show
I assume that VPN between my VPS is set up correctlyCould anybody help me track the issue down and help me to fix it? I can provide any kinds of logs you wish just tell me how I can get it
The text was updated successfully, but these errors were encountered: