From 39d7a2366fbaa4721de87af310a352b70b5ab94c Mon Sep 17 00:00:00 2001 From: akhilesh78 <34065190+akhilesh78@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:15:59 -0500 Subject: [PATCH 1/2] Update nginx-ingress-controller-patch.yml As per source code, annotation should be having a value of 'true' or 'false' and not enabled. The existing examples are incorrect. service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: 'true' --- nginx-ingress-controller-patch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-ingress-controller-patch.yml b/nginx-ingress-controller-patch.yml index dd66a791b..da9664ceb 100644 --- a/nginx-ingress-controller-patch.yml +++ b/nginx-ingress-controller-patch.yml @@ -24,7 +24,7 @@ metadata: app.kubernetes.io/name: ingress-nginx app.kubernetes.io/part-of: ingress-nginx annotations: - service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: enabled + service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: 'true' spec: type: LoadBalancer selector: From 161e894e7f31067ea2c60e5431234a1484035584 Mon Sep 17 00:00:00 2001 From: akhilesh78 <34065190+akhilesh78@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:16:40 -0500 Subject: [PATCH 2/2] Update traefik-ingress-controller.yml As per source code, annotation should be having a value of 'true' or 'false' and not enabled. The existing examples are incorrect. service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: 'true' --- traefik-ingress-controller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik-ingress-controller.yml b/traefik-ingress-controller.yml index f61ad0773..4d5090426 100644 --- a/traefik-ingress-controller.yml +++ b/traefik-ingress-controller.yml @@ -20,7 +20,7 @@ kind: Service metadata: name: traefik annotations: - service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: enabled + service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: 'true' spec: type: LoadBalancer ports: