kubernetes-ingress
kubernetes-ingress copied to clipboard
NGINX and NGINX Plus Ingress Controllers for Kubernetes
**Is your feature request related to a problem? Please describe.** Using the helm chart, I installed the nginx Ingress Controller on a 3 node cluster. Because I want the controller...
### Proposed changes Initial support for Transport Server external name including examples. ### Checklist Before creating a PR, run through this checklist and mark each as complete. - [X] I...
### Proposed changes Add command line argument to manually disable IPV6 listeners for clusters that support IPV4 only. ### Checklist Before creating a PR, run through this checklist and mark...
### Proposed changes Describe the use case and detail of the change. If this PR addresses an issue on GitHub, make sure to include a link to that issue here...
Updates containers used in examples and tests.
### Proposed changes Allow omitting the default server secret from Helm installs. If no kubernetes secret is defined for the default_server, the NGINX directive ssl_reject_handshake will be enabled for default_server....
Updates main with `2.3.1` DO NOT UPDATE.
How to disable or modify the Default Strick policy and ApiSecurityPolicy for the ingress controller?
Replaces `kubernetes.io/ingress.class` with `ingressClassName`. Opening it as a draft as I'm not sure if we need to add something to the examples to call out the need to deploy the...