You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though I have specifically mention the addresses in the gateway but it is not reflecting. Load balancer address of publish service is taking over this address.
kubectl get gateway -n public-gateway-http
NAME CLASS ADDRESS PROGRAMMED AGE
kong-gateway-common-teams kong-class-multi k8s-kongmult-kongmult-72545a7b88-75418e3312e5914b.elb.eu-west-1.amazonaws.com True 36h
kong-gateway-flights kong-class-multi k8s-kongmult-kongmult-72545a7b88-75418e3312e5914b.elb.eu-west-1.amazonaws.com True 36h
kong-gateway-hotels kong-class-multi k8s-kongmult-kongmult-72545a7b88-75418e3312e5914b.elb.eu-west-1.amazonaws.com True 54m
I want to create 4 gateways and all 4 gateways have their own load balancers address to listen on. But as you can see above all the gateways have same address. This address is the load balancer of publish service.
Expected Behavior
Each gateway should reflect its own address, instead of same address.
Steps To Reproduce
No response
Kong Ingress Controller version
kubernetes-ingress-controller 3.4
Kubernetes version
Client Version: v1.31.1
Kustomize Version: v5.4.2
Server Version: v1.30.8-eks-2d5f260
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
I applied below manifest files.
Even though I have specifically mention the addresses in the gateway but it is not reflecting. Load balancer address of publish service is taking over this address.
I want to create 4 gateways and all 4 gateways have their own load balancers address to listen on. But as you can see above all the gateways have same address. This address is the load balancer of publish service.
Expected Behavior
Each gateway should reflect its own address, instead of same address.
Steps To Reproduce
No response
Kong Ingress Controller version
Kubernetes version
Anything else?
No response
The text was updated successfully, but these errors were encountered: