From 45a8a96d2e9eaed5c05a9fc0e93106b5d57b17e4 Mon Sep 17 00:00:00 2001 From: Clayton Gonsalves Date: Fri, 15 Sep 2023 12:07:08 +0200 Subject: [PATCH] address comments Signed-off-by: Clayton Gonsalves --- design/endpoint-slice-support.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/design/endpoint-slice-support.md b/design/endpoint-slice-support.md index 534976d1f42..2a15491b998 100644 --- a/design/endpoint-slice-support.md +++ b/design/endpoint-slice-support.md @@ -99,6 +99,9 @@ refer [ready status](https://kubernetes.io/docs/concepts/services-networking/end #### FQDN Address types FQDN address types on EndpointSlices will not be supported. Contour will continue to support `externalName` service types. +#### Disabled Mirroring +If a service has [endpoint mirroring](https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/#endpointslice-mirroring) disabled, it will not be processed by Contour. + ## Tests To ensure the feature is well tested, this feature will have