Describe the feature request
Refer to this merge, Pilot has supported incremental updates for SyntheticServiceEntry. However this update only works incrementally for SyntheticServiceEntry resource itself only, not for sub-resources like endpoints within it. We would like to update(add/delete) the endpoints incrementally, not replace the whole enpoints with those passed in.
Describe alternatives you've considered
None at present
Additional context
With large scale clusters, the number of endpoints are 1000+ and updated frequently. By enabling incremental on endpoints, we can significantly increase the performance of Pilot and be more responsive.
Describe the feature request
Refer to this merge, Pilot has supported incremental updates for SyntheticServiceEntry. However this update only works incrementally for SyntheticServiceEntry resource itself only, not for sub-resources like endpoints within it. We would like to update(add/delete) the endpoints incrementally, not replace the whole enpoints with those passed in.
Describe alternatives you've considered
None at present
Additional context
With large scale clusters, the number of endpoints are 1000+ and updated frequently. By enabling incremental on endpoints, we can significantly increase the performance of Pilot and be more responsive.