You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add selectors to gateway-specific Services for reliable endpoints
The infrastructure reconciler creates gateway-specific ClusterIP Services
without selectors and manages EndpointSlices via snapshot version matching.
When the dataplane has not acknowledged the current snapshot, no EndpointSlices
are created, blocking Gateway convergence.
Add 'app: nantian-gw-dataplane' selector to gateway Services so the Kubernetes
EndpointSlice controller creates endpoints independently. Foreign EndpointSlices
are no longer deleted for gateway Services, allowing them to serve as fallback
when managed slices are not yet ready.
0 commit comments