-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nginx ingress chart is not working in azure (AKS) #10863
Comments
This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/remove-kind bug
|
Thanks , @longwuyuan by refering this docs now i am able to fix this issues. actually the problem is on latest verson:- 1.9.5 so after using this 1.8.2 version its working.
|
What is the problem on latest version?
…On Thu, 18 Jan, 2024, 12:44 pm Rock, ***@***.***> wrote:
Thanks , @longwuyuan <https://github.com/longwuyuan> by refering this
docs now i am able to fix this issues. actually the problem is on latest
verson:- 1.9.5
so after using this 1.8.2 version its working.
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.8.2/deploy/static/provider/cloud/deploy.yaml
—
Reply to this email directly, view it on GitHub
<#10863 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGZVWTEGZBBXRPZ4R757C3YPDDU5AVCNFSM6AAAAABB4TH5XOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJXHEZDOMBZGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
i dont know about issue, the thing is in latest version ingress contolerr exposeing loadbalncer but that loadbalncer ip does not work at all. means it does not show 404 nginx page. thats it. |
What is the issue? |
Yes i deployed my ingress object, it didnt work at all in latest version. as i already said that the problem something on latest version, but it is working on 1.8.2 |
/assign |
Hello, I already wanted to comment on this yesterday but didn't make it. Can you confirm the following: Installing Ingress NGINX via the following manifest without any changes in your environment works:
Installing Ingress NGINX via the following manifest without any changes in your environment does not work: kubectl create --filename https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.9.5/deploy/static/provider/cloud/deploy.yaml To completely remove all remains of an installation, please run the following command with the respective URL: kubectl delete --filename URL If you can confirm the above, I'm concerned about how AKS is handling unprivileged containers recently. The only real difference between the both of them is the PSS stuff, we tightened security settings in the v1.9.5 releases. Maybe you can also go the extra mile and check which release manifest in particular breaks it on AKS (v1.8.4, v1.9.0, v1.9.1, v1.9.3, v1.9.4, v1.9.5). In the meantime I will try to reproduce your issue on my own. Thanks a lot in advance! |
I hope this is not about or related to this #9601 (comment) Can anyone here check or look into Azure/AKS#2907 (comment) which basically boils down to a new requirement to use this annotation "--set controller.service.annotations."service.beta.kubernetes.io/azure-load-balancer-health-probe-request-path"=/healthz" as described in #9601 . Just so that we can rule it out |
I already considered this and it's probably the root cause for a different issue. But right here, the author tells it's working with v1.8.2, so I'd first like to verify this. Maybe it's only occurring because of the update and Azure Cloud Controller Manager reconciling the config. |
Ah, damn, I got one thing wrong: Initially you were using the Helm chart in version v4.9.0, right? And this was not working, correct? Then you used the plain You need to know: The |
@longwuyuan I think you are right, it is related to those other networking specific changes :-(
BUT, it doesn't work. These are what my logs at
The logs above showed it suddenly changed a few minutes later at @longwuyuan @Gacko like the OP, the 1.8.2 version worked for me. What could have changed? My configuration is open source:
Right now I am using chart version |
The health check is handled by |
@longwuyuan @Gacko - nevermind. My problem was YAML 🤦♀️🤦♀️🤦♀️🤦♀️ |
julie-ng/cloudkube-aks-clusters@94c2b2e This one? Can you omit the health check path annotation and check if it's still working? |
Closing as there's no feedback and @julie-ng prove it's working on AKS. Please comment on this issue if you have further questions as it's about the same issue. /close |
@Gacko: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
After installing the Nginx ingress controller in AKS, it gives me Loadbalancer ip , but that ip is not working , here is my chart details and steps:-
my AKS is running on v1.28.0 version
here you can see this when i hit this ip its not opening:-
The text was updated successfully, but these errors were encountered: