-
Notifications
You must be signed in to change notification settings - Fork 5
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
svclb-whoareyou-service shows pending state #1
Comments
@nvoskuilen thanks for testing on Linux.
But it works and that's the good thing for now :-) |
Did you spot the pending pods as well on your mac deploy or is it on my end only? I did search a bit further which led me to this issue in k3d repo: k3d-io/k3d#104 |
One must disable the servicelb, from the k3s docs: No more pending pods with MetalLB |
Hey guys great project, I am on macos too. I followed the steps until I've got stuck at I use
( and soon they will release 3.0.0 ) where is no option |
Ok so my solution was to delete the trafik service from the cluster |
i'll have a look, things might have changed. |
I know, but for that I will need linux or VM and I try for the moment to avoid that. |
@edwint88 are you on windows? |
MacOS and for local testing (2-3 local clusters) k3d should do for now |
I also wanted to figure out how to keep from having the lb pods hanging in a pending state. I am running k3d on openSUSE/Docker. I started a k3d cluster with this command line: k3d cluster create test-cluster -v /data:/data --port 8082:80@loadbalancer -s 1 -a 2 --k3s-server-arg "--disable=servicelb" The key was disabling the servicelb, NOT disabling Traefik. Now it all works as expected. |
@wpatton very nice, thanks for the great hint. If anyone would like to join us by the talk, we'd love to have you: Greetings! |
I followed your great tutorial on linux, but all of the svclb-whoareyou-service-* pods show the 0/1 Pending state.
Here is the description of one of the pending pods
Anyway curling the traefik ip multiple times shows different containers are responding and I assume things are working like it should, but leaving stuff in pending state is a bit messy right?
The text was updated successfully, but these errors were encountered: