Skip to content

[bug]: ingress-nginx install failed on AKS #26

Open
@anson627

Description

@anson627

Current Behavior

AKS example failed at this step: https://github.com/anyscale/terraform-kubernetes-anyscale-foundation-modules/tree/main/examples/azure/aks-new_cluster#install-the-nginx-ingress-controller

Expected Behavior

ingress nginx can be installed succesfullly

Steps to Reproduce

helm upgrade ingress-nginx nginx/ingress-nginx
--version 4.12.1
--namespace ingress-nginx
--create-namespace
--set controller.service.type=LoadBalancer
--set controller.service.annotations."service.beta.kubernetes.io/azure-load-balancer-health-probe-request-path"=/healthz
--set controller.allowSnippetAnnotations=true
--install
Release "ingress-nginx" does not exist. Installing it now.
Error: 1 error occurred:

  • Deployment.apps "ingress-nginx-controller" is invalid: spec.progressDeadlineSeconds: Invalid value: 0: must be greater than minReadySeconds

Which module(s)?

  • Root Anyscale Module

Anyscale Terraform Module version

v0.1.x

Terraform version

1.6.x (Default)

Is it blocking work?

no

Additional Information

No response

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions