Skip to content

Commit 9bc7747

Browse files
committed
Process all relevant cluster resources at start (nginx#184)
Problem: At start, the Gateway generates the first NGINX configuration (and a few subsequent ones) before it processed all relevant cluster resources. Such configuration is incomplete and should not be generated. For clients it means they can see transient 404 errors when NGINX is configured with such configuration. Solution: When the Gateway starts, it will generate the first NGINX configuration based on processing all relevant cluster resources.
1 parent 84c4c49 commit 9bc7747

File tree

9 files changed

+756
-79
lines changed

9 files changed

+756
-79
lines changed

internal/events/eventsfakes/fake_first_event_batch_preparer.go

Lines changed: 117 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/events/eventsfakes/fake_reader.go

Lines changed: 196 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)