kubernetes-ingress
kubernetes-ingress copied to clipboard
NGINX and NGINX Plus Ingress Controllers for Kubernetes
### Proposed changes Addresses #2999 ### Checklist Before creating a PR, run through this checklist and mark each as complete. - [X] I have read the [CONTRIBUTING](https://github.com/nginxinc/kubernetes-ingress/blob/main/CONTRIBUTING.md) doc - [...
Configuration for security log only support filter field now. To make backward compatibility the field in apdoslogconfs CRD doesnt remove. The default values are no more needed in the CRD...
**Describe the bug** When pod boots up it goes into a crashloopback **To Reproduce** ''' W0903 00:29:39.795830 1 flags.go:273] Ignoring unhandled arguments: [] I0903 00:29:39.795975 1 flags.go:190] Starting NGINX Ingress...
### Proposed changes support CORS by providing a custom annotation to Ingress', which then is reflected in the NGINX ingress configuration. By adding the custom annotation "custom.nginx.org/cors-allow-origin" to an ingress,...
**Describe the bug** Helm Chart values are not sorted alphabetically, making it easy to miss specific values when scanning the page.
**Describe the bug** `server-snippets` with `VirtualServer` don't apply to the config file for the service. **To Reproduce** Steps to reproduce the behavior: 1. Deploy any application in your cluster 2....
Default backend configuration error!! issue: Ingress is not recognizing my externalName service (though i have added port to externalName service) ``` -------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------------- --- apiVersion: v1 kind: Service metadata: name:...
**Issue Description:** there is an issue with Nginx dos log format with the resource kind `APDosLogConf`, when I change the default format which is "splunk" to user-defined the Nginx reports...
When running VirtualServer with a proxy rewrite action - my calls to it generates a 405. Calling the exact same container in Docker Desktop with the same call and method...
**Describe the bug** On Kubernetes clusters with IPv6 disabled an upgrade to version 2.2.0 and higher causes: [::]:80 failed (97: Address family not supported by protocol **To Reproduce** Steps to...