You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying it using kubectl apply -f minimal-ingress.yaml:
W0204 11:30:55.815720 50364 warnings.go:70] path /.well-known cannot be used with pathType Prefix
Error: INSTALLATION FAILED: failed to create resource: admission webhook "validate.nginx.ingress.kubernetes.io" denied the request: ingress contains invalid paths: path /.well-known cannot be used with pathType Prefix
The text was updated successfully, but these errors were encountered:
Here is a example of a minimal-ingress.yaml:
When deploying it using
kubectl apply -f minimal-ingress.yaml
:The text was updated successfully, but these errors were encountered: