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.
675
675
complicate deployments by even attempting to stretch them across clusters.
676
676
Instead, regular `ExternalName` type `Services` should be created in each
677
677
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`.
680
680
681
681
# ### ClusterSetIP
682
682
@@ -975,8 +975,8 @@ services. If these properties are out of sync for a subset of exported services,
975
975
there is no clear way to determine how a service should be accessed.
976
976
977
977
Conflict 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.
980
980
The conflict will be resolved by assigning precedence based on each
981
981
`ServiceExport`' s `creationTimestamp`, from oldest to newest.**
982
982
You can’t perform that action at this time.
0 commit comments