Merge pull request #103756 from nakamasato/fix-typo-in-comment

Fix typo in comment in endpoints_controller
This commit is contained in:
Kubernetes Prow Robot
2021-08-04 22:12:37 -07:00
committed by GitHub

View File

@@ -251,7 +251,7 @@ func podToEndpointAddressForService(svc *v1.Service, pod *v1.Pod) (*v1.EndpointA
// pod cidr list order is same as service cidr list order). The expectation is
// this is *most probably* the case.
// if the family was incorrectly indentified then this will be corrected once the
// if the family was incorrectly identified then this will be corrected once the
// the upgrade is completed (controller connects to api-server that correctly defaults services)
if utilnet.IsIPv6String(pod.Status.PodIP) {
ipFamily = v1.IPv6Protocol