-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Rancher RKE2 Cluster in AWS - Target Group Empty due to providerID invalid error #3977
Comments
We dont support this cloudprovider yet, Will you be able to use EC2 instead? |
Thanks @shraddhabang At this moment we can not use ec2 type. Did you know aprox when rke2 cloudpriver will be supported? Is it in your roadmap? Regards |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Hello,
Deployed Rancher RKE2 cluster in AWS using Amazon EC2 nodes with CloudProvider set to "RKE2 Embeded". Not EKS Cluster.
Installed aws load balancer controller version v2.10.1 (chart version 1.10.1)
Creating ingress, the controller creates sucessfully Load Balancer and Target Group, but the Target Group is empty (no instances inside), logs from ALB controller shows this messages:
{"level":"error","ts":"2024-12-10T15:11:34Z","msg":"Reconciler error","controller":"targetGroupBinding","controllerGroup":"elbv2.k8s.aws",
"controllerKind":"TargetGroupBinding","TargetGroupBinding":{"name":"k8s-game2048-service2-59aeb62d97","namespace":"game-2048"},"namespace":"game-2048","name":"k8s-game2048-service2-59aeb62d97","reconcileID":"3d2fe906-09e7-4be6-8869-87fcc2e72d14","error":"providerID rke2://amazonec2-workerpool01-9gxf5-fmnsm is invalid for EC2 instances, node: amazonec2-workerpool01-9gxf5-fmnsm"}
It seems that the controller dos not reconize tghe providerID.
Any ideas how to solve it? Is this a bug?
Regards
The text was updated successfully, but these errors were encountered: