Skip to content

Commit c4d1483

Browse files
authored
Merge pull request #5463 from zhiying-lin/update-1645
KEP 1645: clarify the impact of conflict condition
2 parents 20c9001 + f4a0f06 commit c4d1483

File tree

1 file changed

+2
-0
lines changed
  • keps/sig-multicluster/1645-multi-cluster-services-api

1 file changed

+2
-0
lines changed

keps/sig-multicluster/1645-multi-cluster-services-api/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,8 @@ not simply be merged, a `ServiceExportConflict` condition will be set on all
10071007
The conflict will be resolved by assigning precedence based on each
10081008
`ServiceExport`'s `creationTimestamp`, from oldest to newest.**
10091009

1010+
**Note:** When a `ServiceExport`'s conflict condition changes from `False` to `True` due to this resolution policy, runtime traffic remains unaffected. The oldest cluster will win the conflict and continue to be referenced in the `ServiceImport`, maintaining service continuity. Conversely, when the conflict condition transitions from `True` to `False` (for example, when the oldest cluster's service is unexported), the `ServiceImport` may remain unchanged to avoid potentially disruptive changes to active traffic patterns.
1011+
10101012
#### Service Port
10111013

10121014
A derived service will be accessible with the clusterset IP at the ports

0 commit comments

Comments
 (0)