
* release notes 1.8.2 Signed-off-by: James Strong <strong.james.e@gmail.com> * fix yaml error Signed-off-by: James Strong <strong.james.e@gmail.com> * supdate docs * Rolling back to v1.21.1 --------- Signed-off-by: James Strong <strong.james.e@gmail.com> Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com>
30 KiB
30 KiB
e2e test suite for Ingress NGINX Controller
- should set backend protocol to https:// and use proxy_pass
- should set backend protocol to $scheme:// and use proxy_pass
- should set backend protocol to grpc:// and use grpc_pass
- should set backend protocol to grpcs:// and use grpc_pass
- should set backend protocol to '' and use fastcgi_pass =======
<<<<<<< Updated upstream
- should ignore Ingress of namespace without label foo=bar and accept those of namespace with label foo=bar =======
Stashed changes