nginx-gateway-fabric icon indicating copy to clipboard operation
nginx-gateway-fabric copied to clipboard

NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.

Results 361 nginx-gateway-fabric issues
Sort by recently updated
recently updated
newest added
trafficstars

Problem: Many of our test changes also include markdown file changes, and the docs label is prioritized in our release notes over tests. This means that the docs sections of...

chore

If you run the docs Makefile hugo commands without hugo installed locally, you get an error: ``` make docs ``` ``` docker run --rm -it -v /Users/osborn/nginx/nginx-kubernetes-gateway/site:/src -p 1313:1313 hugomods/hugo:0.115.3...

bug
chore

https://github.com/nginxinc/nginx-gateway-fabric/pull/1469 brought support for dynamic reconfiguration of NGINX Plus upstreams. However, when making NGINX Plus API call (HTTP requests), we don't control they cancelation of those operations. We'd like to...

backlog
blocked
tracking
area/reliability

Test Gateway API v1.2 Release Candidate and give feedback: https://kubernetes.slack.com/archives/CR0H13KGA/p1726530817027909. To test: - update go.mod to point to v1.2.0-rc1 branch - make any changes necessary to go code - update...

dependencies

### Proposed changes Problem: Deploying the chart with wrong values could result in an incorrectly configured NGF Solution: Enforce the values with a schema.json Closes #2156 ### Checklist Before creating...

documentation
tests
helm-chart
release-notes

### Proposed changes Write a clear and concise description that helps reviewers understand the purpose and impact of your changes. Use the following format: Problem: Give a brief overview of...

tests

Github pipeline unit tests occasionally fail due to Data Race issues. Examples: - https://github.com/nginxinc/nginx-gateway-fabric/actions/runs/10908395436/job/30274342711?pr=2568#step:4:5123 - https://github.com/nginxinc/nginx-gateway-fabric/actions/runs/10855036901/job/30126828250?pr=2546#step:4:2771 - https://github.com/nginxinc/nginx-gateway-fabric/actions/runs/10929251093/job/30339638261?pr=2574#step:4:5451 Notes: Could be related to the parallelization recently added to tests: -...

bug

As a maintainer of NGF I want to see a count of how many SnippetsFilter are configured per environment So that I can see how much configuration is required per...

area/telemetry

As a maintainer of NGF I want the any automated infrastructure deployment to be deployed via OpenTofu instead of Bash So that we have stronger change control over what is...

tests
refined
backlog
size/large