-
Notifications
You must be signed in to change notification settings - Fork 712
Improve Provider resource reconciliation #407
Copy link
Copy link
Closed
Labels
help wantedExtra attention is neededExtra attention is neededkind/enhancementNew feature or requestNew feature or requestprovider/kubernetesIssues related to the Kubernetes providerIssues related to the Kubernetes provider
Milestone
Description
Description:
We can further improve the performance of the system by ensuring that the provider reconcilers (for GatewayClass, Gateway and HTTPRoute) reconcile only when the resource spec has changed.
Today, when the Status Updater updates the status of a resource, we receive another reconcile notification which also triggers a redundant translation in the the gateway-api layer which triggers another redundant translation in the infra and xds layers.
.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededkind/enhancementNew feature or requestNew feature or requestprovider/kubernetesIssues related to the Kubernetes providerIssues related to the Kubernetes provider