-
Notifications
You must be signed in to change notification settings - Fork 150
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
LoadBalancer does not attach cluster droplets #128
Comments
Here is my the cloud controller manager log:
|
Hi @EnigmaCurry! As of today, the cloud controller manager assumes droplets have private networking enabled. Based on those logs I'm assuming you don't. |
related discussion around this: #85 |
Hi Andrew, I am using private networking..
|
Can you share your output from |
|
Not sure if it matters or not, my cluster droplets are not in my default DO project. However, I do note that the load balancer is spawned in my default project. |
I also noticed that this droplet is not registered correctly. If it was it's droplet ID would be in the |
Did you happen to run the CCM on an existing cluster or was it a fresh cluster? i.e. was |
I've reproduced this last night on one cluster, and today on a new cluster. |
It looks like kubespray does not set cloud-provider, I can try applying that setting on a fresh cluster |
Please do, not setting |
hmm, flannel config is now hanging when I use that, but I think I'm now on the right track. I'll close this, keep working on it and reopen this if I can reproduce again using |
I have a service definition that requests a LoadBalancer, and so the cloud-controller-manager spins up the Load Balancer instance, and my service receives the correct external IP address.
Howerver, no droplets are attached to the Load Balancer as viewed from the control panel. If I manually attach each node of my cluster to the Load Balancer, then everything works, and proxying to my k8s service works fine.
My setup:
Here are my reproducible steps: https://github.com/EnigmaCurry/kubelab/blob/kubelab/README.md
The text was updated successfully, but these errors were encountered: