tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

112 - Error Deploying ALB ingress

Open cdesch opened this issue 2 years ago • 1 comments

Great Tutorials. On Native EKS Ingress: AWS Load Balancer Controller -112, I get the following error when deploying the ingress:

Error from server (InternalError): error when creating "deployments/canary/ingress.yaml": Internal error occurred: failed calling webhook "vingress.elbv2.k8s.aws": Post "https://aws-load-balancer-webhook-service.kube-system.svc:443/validate-networking-v1-ingress?timeout=10s": context deadline exceeded

Any idea why this might be happening?

cdesch avatar Aug 15 '22 16:08 cdesch

I believe this solved the issue:

  • https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2039#issuecomment-1099032289
  • https://stackoverflow.com/questions/70681534/failed-calling-webhook-vingress-elbv2-k8s-aws

And then Step 5 in the YAML Tab here to get the IngressClasses

cdesch avatar Aug 15 '22 17:08 cdesch

Should be fixed by enabling DNS, I already updated the code, pls check. https://github.com/antonputra/tutorials/pull/119

antonputra avatar Dec 24 '22 02:12 antonputra