Skip to content

Commit 21b4371

Browse files
committed
add statement when the flip from true to false
1 parent d4ff8fe commit 21b4371

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ 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.
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.
995995

996996
#### Service Port
997997

0 commit comments

Comments
 (0)