-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Labels
area/performancePerformance relatedPerformance relatedbacklogCurrently unprioritized work. May change with user feedback or as the product progresses.Currently unprioritized work. May change with user feedback or as the product progresses.bugSomething isn't workingSomething isn't working
Description
Describe the bug
We are reloading after reconciling a BackendTLSPolicy even when there is no Gateway. This is because we treat every upsert/delete of a BackendTLSPolicy as a change. This means we will regenerate nginx config every time a BackendTLSPolicy is created, updated (generation must change), or deleted, even if it does not apply to the accepted Gateway.
To Reproduce
Deploy a BackendTLSPolicy with no Gateway.
Expected behavior
Config should not be rewritten and NGINX should not be reloaded when no NGINX config changes have occurred.
See: #1487
Metadata
Metadata
Assignees
Labels
area/performancePerformance relatedPerformance relatedbacklogCurrently unprioritized work. May change with user feedback or as the product progresses.Currently unprioritized work. May change with user feedback or as the product progresses.bugSomething isn't workingSomething isn't working
Type
Projects
Status
🆕 New