File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
keps/sig-multicluster/1645-multi-cluster-services-api Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -896,9 +896,10 @@ When a `ServiceExport` is created, this will cause `EndpointSlice` objects for
896
896
the underlying `Service` to be created in each importing cluster within the
897
897
clusterset, associated with the derived `ServiceImport`. One or more
898
898
`EndpointSlice` resources will exist for the exported `Service`, with each
899
- `EndpointSlice` containing only endpoints from a single source cluster. These
900
- `EndpointSlice` objects will be marked as managed by the clusterset service
901
- controller, so that the endpoint slice controller doesn’t delete them.
899
+ `EndpointSlice` containing only endpoints from a single source cluster. An
900
+ `EndpointSlice` created by an mcs-controller must be marked as managed by the
901
+ mcs-controller, not the default `EndpointSlice` controller to avoid any conflicts
902
+ between the controllers.
902
903
903
904
When a service is un-exported, the associated EndpointSlices will be deleted.
904
905
The specific mechanism by which they are deleted is an implementation detail.
You can’t perform that action at this time.
0 commit comments