hcloud-cloud-controller-manager
hcloud-cloud-controller-manager copied to clipboard
Load Balancer is not adding the target from nginx ingress
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"
Has anyone idea how to solve this issue ?
Thanks in advance,