'Getting error while creating NGinx Ingress rules, failed calling webhook "validate.nginx.ingress.kubernetes.io"

I have deployed Nginx Ingress Controller over Azure AKS and it's running well.

helm upgrade --install nginx-ingress ingress-nginx-3.10.1.tgz -n ingress-nginx

enter image description here

While I'm trying deploy below Ingress rule file, I am greeting below error,

enter image description here

Error is,

Error from server (InternalError): error when creating "ingress.yaml": Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": Post "https://nginx-ingress-ingress-nginx-controller-admission.ingress-nginx.svc:443/networking/v1beta1/ingresses?timeout=10s": context deadline exceeded

What this error meaning and how to fix it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source