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
What happened:
Cluster Unreachable using Ingress-nginx.
Fresh AKS with kubernates version 1.22.* and 1.23.*
Helm install ingress-nginx v 4.. ( tried 4.0.* and 4.1.0 )
All Azure resources are created. (LoadBalancer, Rules, IP's) nut no traffic reaches the cluster
The traffic never reaches the cluster.
What you expected to happen:
In kubernetes 1.21.* with Ingress-nginx helm chart v. 3.41.0 i have no issues reaching the cluster by any means.
In kubernates 1.22 + (1.22.* and 1.23.*) i cant reach my cluster at all using Ingress-nginx
How to reproduce it (as minimally and precisely as possible):
Powerup new AKS v 1.22.* using Azure network plugin
What happened:
Cluster Unreachable using
Ingress-nginx
.Fresh AKS with kubernates version 1.22.* and 1.23.*
Helm install
ingress-nginx
v 4.. ( tried 4.0.* and 4.1.0 )All Azure resources are created. (LoadBalancer, Rules, IP's) nut no traffic reaches the cluster
The traffic never reaches the cluster.
What you expected to happen:
In kubernetes 1.21.* with
Ingress-nginx
helm chart v. 3.41.0 i have no issues reaching the cluster by any means.In kubernates 1.22 + (1.22.* and 1.23.*) i cant reach my cluster at all using
Ingress-nginx
How to reproduce it (as minimally and precisely as possible):
Powerup new AKS v 1.22.* using Azure network plugin
Install the Ingress
helm upgrade --install ingress-nginx ingress-nginx
--repo https://kubernetes.github.io/ingress-nginx
--namespace ingress-nginx --create-namespace
Find the IP of the loadbalancer.
kubectl config set-context --current --namespace=ingress-nginx
kubectl get svc
It is the external IP of the ingress service.
Try reaching the IP.
It never reaches the ingress pods.
No logs, no traffic.
No Errors.
The text was updated successfully, but these errors were encountered: