hcloud-cloud-controller-manager icon indicating copy to clipboard operation
hcloud-cloud-controller-manager copied to clipboard

Load Balancer is not adding the target from nginx ingress

Open ergiymeri opened this issue 5 months ago • 1 comments

Hello, i need your help,

I am trying to install nginx ingress controller, it works perfect like adding the services and creating it but it doesn't add the targets, i have tried in this way

helm upgrade --install nginx-ingress ingress-nginx/ingress-nginx
--namespace ingress-nginx
--create-namespace
--set controller.service.type=LoadBalancer
--set controller.service.annotations."service.beta.kubernetes.io/hcloud-load-balancer-protocol"="tcp"
--set controller.service.annotations."load-balancer.hetzner.cloud/location"="nbg1"
--set controller.service.annotations."load-balancer.hetzner.cloud/use-private-ip"="true"
--set controller.service.annotations."load-balancer.hetzner.cloud/name"="k8s-ingress"
--set controller.service.annotations."load-balancer.hetzner.cloud/uses-proxyprotocol"="true"
--set controller.service.annotations."load-balancer.hetzner.cloud/node-selector"="node-role.kubernetes.io/worker=worker"

Refering to the documetantion

Has anyone idea how to solve this issue ?

Thanks in advance,

ergiymeri avatar May 18 '25 14:05 ergiymeri