Skip to content
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

run_demo: disable strict-validate-path-type for nginx ingress #122

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

chaen
Copy link
Contributor

@chaen chaen commented Oct 15, 2024

As of nginx-ingress 1.12.0, strict-validate-path-type is enabled by default

This means that the installation fails with the following error

2024-10-15T09:58:38.7322333Z Error: INSTALLATION FAILED: 1 error occurred:
2024-10-15T09:58:38.7326214Z 	* admission webhook "validate.nginx.ingress.kubernetes.io" denied the request: ingress contains invalid paths: path /.well-known cannot be used with pathType Prefix

We could use an implementationSpecific specific path type, but I think it would be less generic.

@chrisburr chrisburr merged commit e872d1f into DIRACGrid:master Oct 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants