bjee19
bjee19
**Is your enhancement request related to a problem? Please describe.** The Graceful-Recovery NFR test can and should be added to an automated pipeline since the test does not require any...
### Proposed changes Remove zone size for invalid backend ref. Problem: The invalid-backend-ref size of 32k is too small for some environments causing an inability of the gateway to program....
**Describe the bug** NGF fails to deploy on Openshift when using helm chart output: ``` [cloud-user@ocp-provisioner nginx-gateway-fabric]$ helm install ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway Pulled: ghcr.io/nginxinc/charts/nginx-gateway-fabric:1.1.0 Digest: sha256:2a3aa5e2b61334a135b909f389b190ed9514b2d77c529068eb3bef4e08d0f7ec W0312 16:49:51.427508...
**Describe the bug** When the NGINX master process fails without cleaning up (`kill -9 `), the NGF Pod cannot recover because the new NGINX container cannot start. **To Reproduce** Steps...
As a maintainer of NGF I want to automate the graceful recovery from restarts test So that I do not need to run it manually in the future. ### Acceptance...
**Describe the bug** The `upgrade_test.go` automated NFR fails. **To Reproduce** 1. Run automated upgrade test. **Expected behavior** Test should match 1.2 results. **Your environment** * Version of the NGINX Gateway...
### Proposed changes Automate the reconfiguration performance test. Problem: We want to automate our reconfiguration performance test so that we don't need to run it manually. Solution: Automated the reconfiguration...
Split out of #1976 , add a references document which defines NGF permissions. Can follow https://docs.nginx.com/mesh/reference/permissions/. Should explain the permissions that the NGF Deployment requires (mostly security context options and...
Add Nginx error log level to NginxProxy. Problem: Users would like to assign a log level for the data plane. Solution: Add Nginx error log level to NginxProxy which allows...
When running unit tests together, like through the `make unit-test` command, the failure is difficult to find. The summary of the test results do not contain any information on which...