Hi,
Can any one help me, how to setup nginx-ingress with kubeadm 1.25.1.
I tried to setup nginx-ingress control. It is not showing ip address. Could you please help us how to setup nginx.
Hi,
Can any one help me, how to setup nginx-ingress with kubeadm 1.25.1.
I tried to setup nginx-ingress control. It is not showing ip address. Could you please help us how to setup nginx.
Hello @kolaganikrishnaprasa
Based on the issue reported here report pod IP address in ingress status · Issue #1750 · kubernetes/ingress-nginx · GitHub
Try to use use --report-node-internal-ip-address=true
flag in ingress-controller
like the below.
spec:
containers:
- args:
- /nginx-ingress-controller
- "--default-backend-service=default/my-app"
- "--report-node-internal-ip-address=true"
Hi @Ayman,
I tried to add your suggestion to ingress-nginx controller. Still ipaddress is not visible in ingress.