Rob Scott
Rob Scott
/kind gep /remove-kind feature
@vagababov Yep, that's what would be needed. We're also looking into ways we can mirror custom Endpoints to EndpointSlices automatically, but any automatic approach will be imperfect. As an example,...
The API itself is enabled by default in 1.17, the controller is enabled by default in 1.18, and kube-proxy is not configured to use EndpointSlices by default yet in any...
Quick update on this feature. A new [EndpointSliceMirroring controller](https://github.com/kubernetes/kubernetes/pull/91637) has been added as part of the 1.19 release and along with that kube-proxy now reads from EndpointSlices on Linux by...
Yep, this should be a noop. It does mean there will be a slightly longer delay since the new mirroring controller watches Endpoints resources and then creates EndpointSlices. It also...
> @robscott is there any plans for GKE to move to CoreDNS or CloudDNS by default? We recommend using [Cloud DNS in GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns) which does support EndpointSlices and is the...
Thanks @dprotaso! While this looks reasonable, it's a large diff and doesn't seem like it's strictly necessary for v1.0.0. Since we've already passed RC2, I think we should wait for...
Hey @dprotaso, sorry I'd lost track of this one! Do you mind adding something to the [Implementer's Guide](https://gateway-api.sigs.k8s.io/guides/implementers/) showing how implementations could make use of this? /hold cancel
Thanks @dprotaso! /lgtm /approve