-
Notifications
You must be signed in to change notification settings - Fork 118
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
v1.6.0: Targets are not adding to the load balancer #53
Comments
Masters are not reachable for Load Balancers by design: kubernetes/kubernetes#65618 You could unlabel the node: We found another small bug while reproducing your testcase. You can try:
Until the bugfix release. |
The "bug" i wrote above was fixed with v1.6.1 (which was just released) |
Are there no other implications of removing the label from the master node? This will not cause other things to stop working? |
@BouweCeunen actually this is not a limitation from our side. This is something that comes from the k8s people. |
Indeed, just thought that someone would have done it and experienced some side effects. Will take it to the community! |
Sorry for wakening up this dead cow.... Would it be, for testing issues, acceptable to add an option to hccm which allows to use masters for load balancers if explicitely requested by the one deploying hccm? Removing the master label from the node can have side effects if some applications explicitely require to be scheduled on a master node. |
I've just went into this issue, and if anyone still wondering... In current 1.28 Kubernetes you need to remove |
Yes, adding or removing this annotation is the best way to exclude nodes from the load balancer targets. |
Probably I misconfigured something, but I can't figure out what exactly.
There are the logs from Cloud Controller Manager:
Steps to reproduce:
Verify that cloud controller manager works:
Create the Service with type LoadBalancer:
The text was updated successfully, but these errors were encountered: