-
-
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
[Question] Help with weave net setup #83
Comments
So I got it working by running Even though I got the weave network to "work" and got to deploy the tls and the dashboard, the dashboard keeps redirect looping to the front page saying
In the logs for the dashboard it also mentions the 10.32 ip:
|
I remember running into issues with weave net when I tried Hobby Kube more than a year ago. |
Not sure what the problem is, but my first guess would be a missing kernel module or parameter. Where are you hosting this? |
Actually, could some of the notes from #74 fix this? |
@godwhoa Thanks for the input, but if network-overlaping was the issue, opening the ports that I did to make the weave-part work would probably not have solved the weave-part of the issue? I might be off on that. @pstadler I'm hosting it using 3 vpns from Hetzner. I didn't use their new private network. So I did the 4. step and that made it possible for me to remove the two ports that I needed to allow to make weave work! So, that part looks to be solved, thanks! However, the dashboard still seems to not work properly, but navigating directly to some of the sub-menu items (like /#!/node) works and stops the redirect-loop. Some of the sub-menu items triggers the redirection (404) again (like /#!/replicaset). This might even be an issue within the dashboard itself and not related to the setup, I find it hard to tell since I've never done anything with Kubernetes before following this guide. |
Got the same problem with the dashboard. Need to update to a recent version at some point. |
Just chiming in, I followed this great guide as well and used Hetzner as well. Had same issue and step 4 from #74 fixed it. |
Hi,
First of all, let me thank you for this amazing guide. I'm very new to kubernetes and having a guide like this to follow helps a lot when trying to setup my first cluster!
That being said, I'm having some issues with deploying the cert-manager.
It seems to just be stuck on
ContainerCreating
. I did some troubleshooting and got some more info usingkubectl describe pod -n ingress cert-manager
:I have no idea where to go from here. I've googled keywords like "networkPlugin cni failed to set up pod" and "Failed to create pod sandbox: rpc error", but none of the solutions I could find had a solution for my problem. I saw some issues mentioning weave net, might this be the problem? Maybe I set it up wrong, but I'm pretty certain I followed the instructions pretty well. Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: