bjee19

Results 9 comments of bjee19

IMO it can run on Kind. I think when I first created the NFR test, I chose to put it on GKE to simulate a production environment, however I think...

Another way to reproduce a similar error (majority of the time) is to 1. Have NGF deployed on a Kind cluster 2. Run `docker restart kind-control-plane` or manually restart the...

When completed, should remove the `Skip()` of `It("recovers when nginx container is restarted"...` added in https://github.com/nginxinc/nginx-gateway-fabric/pull/1832

#1832 Also adds a constant version which should be fixed to update automatically. ``` const ( debugImage = "busybox:1.28" ) ```

Update: #1832 no longer adds a constant version and thus does not need to be taken into consideration.

I went with @pleshakov 's suggestion: > One approach to increase the zone is to just not specify. In that case, NGINX will not share upstream state across backends. Which...

Oops, by changing the constant `invalidBackendZoneSize` which is used in the `upstreams_test.go` my brain thought of that as me changing the test, but there was no actual change in code...

May also want to run other automated tests to see if they are still functioning correctly.

@sjberman yep, just re-ran the test on main and got the same error.