Skip to content

Commit d4ff8fe

Browse files
committed
fix the mistake
1 parent cb977e8 commit d4ff8fe

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 `True` to `False` 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.
995995

996996
#### Service Port
997997

0 commit comments

Comments
 (0)