Skip to content

Commit 160120d

Browse files
committed
KEP 1645: fix reference to old condition types
Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
1 parent a96e064 commit 160120d

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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,
975975
there is no clear way to determine how a service should be accessed.
976976
977977
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.
980980
The conflict will be resolved by assigning precedence based on each
981981
`ServiceExport`'s `creationTimestamp`, from oldest to newest.**
982982

0 commit comments

Comments
 (0)