File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
keps/sig-multicluster/1645-multi-cluster-services-api Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -675,8 +675,8 @@ this cluster.
675675 complicate deployments by even attempting to stretch them across clusters.
676676 Instead, regular `ExternalName` type `Services` should be created in each
677677 cluster individually. If a `ServiceExport` is created for an `ExternalName`
678- service, a condition type `Valid ` with a `false` status will be set on the
679- ` ServiceExport` .
678+ service, a condition type `Accepted ` with reason `InvalidServiceType` and
679+ status `false` will be set on the `ServiceExport`.
680680
681681# ### ClusterSetIP
682682
@@ -975,8 +975,8 @@ services. If these properties are out of sync for a subset of exported services,
975975there is no clear way to determine how a service should be accessed.
976976
977977Conflict resolution policy: **If any properties have conflicting values that can
978- not simply be merged, a `ServiceExportConflict ` condition will be set on all
979- `ServiceExport`s for the conflicted service with a description of the conflict.
978+ not simply be merged, a `Conflicted ` condition with a `false` status will be set
979+ on all `ServiceExport`s for the conflicted service with a description of the conflict.
980980The conflict will be resolved by assigning precedence based on each
981981`ServiceExport`' s `creationTimestamp`, from oldest to newest.**
982982
You can’t perform that action at this time.
0 commit comments