Commit bd7d4b6
authored
Process all relevant cluster resources at start (#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 70a1d39 commit bd7d4b6
File tree
9 files changed
+756
-79
lines changed- internal
- events
- eventsfakes
- manager
- state
9 files changed
+756
-79
lines changedLines changed: 117 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments