-
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
Targets are not added to Load balancer in version 1.23.0 #853
Comments
Hey, I can not reproduce your issue. Could you provide me some more details about your cluster configuration? Are you using the hcloud-cloud-controller-manager in combination with Robot servers? Could you also provide me the output of Best Regards, |
No, I am not using Robot servers. Here is the output.
my cluster is mix of CAX11 and CAX21 servers. (No Robot servers) |
Hey, to debug this further could you set the environment variable Best Regards, |
Hello @lukasmetzner , here is the output again and below the output of describe node.
Output of describe node
Thanks, |
Hey, in your output of
The reason might be, that you did not start your kubeletes with the Could you check if this resolves your issue? Reference: Best Regards, |
@lukasmetzner , But in general, I have a question. I see Instead of this, we have all our custom script to setup the k8s cluster.
Will this work? Anyway, I have the following, but I will debug why it did not work.
Regards, |
Hey, The Maybe the solution from this comment is helpful to you? The provider id is set automatically by the HCCM, if you setup everything else correctly. If you want to manually assign the provider id, you could do it via the |
Same or similar issue here. I have several worker nodes with k3s on them, and their ProviderID starts with k3s://, e.g.: Warning | UnknownProviderIDPrefix | hcloud-cloud-controller-manager | Node could not be added to Load Balancer for service ingress-nginx-controller because the provider ID does not match any known format. Please advise how could this be solved. Thanks! |
@aidas-emersoft The You probably forgot to start k3s with |
@lukasmetzner thank you. After starting k3s with |
@aidas-emersoft This seems now unrelated to this issue. Could you please open a new ticket for this ^^ In addition, please provide steps to reproduce your issue, log messages of hcloud-cloud-controller-manager and a |
I have installed Hetzner Cloud Controller Manager using helm chart and with values
I use
with annotations:
Ingress controller is installed and my load balancer is created, attached to private network. But no targets added to the load balancer.
I tried deleting ingress controller and reinstalled and no success yet. Some logs :
Am I missing something major?
The text was updated successfully, but these errors were encountered: