Skip to content

Commit f4a0f06

Browse files
committed
KEP 1645: clarify the impact of conflict condition
1 parent 889a7c9 commit f4a0f06

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
@@ -991,6 +991,8 @@ not simply be merged, a `ServiceExportConflict` condition will be set on all
991991
The conflict will be resolved by assigning precedence based on each
992992
`ServiceExport`'s `creationTimestamp`, from oldest to newest.**
993993

994+
**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.
995+
994996
#### Service Port
995997

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

0 commit comments

Comments
 (0)