diff --git a/docs/concepts/services-networking/service.md b/docs/concepts/services-networking/service.md index ff0af89886..29b23a891e 100644 --- a/docs/concepts/services-networking/service.md +++ b/docs/concepts/services-networking/service.md @@ -419,7 +419,7 @@ configure environments that are not fully supported by Kubernetes, or even to just expose one or more nodes' IPs directly. Note that this Service will be visible as both `:spec.ports[*].nodePort` -and `spec.clusterIp:spec.ports[*].port`. +and `spec.clusterIP:spec.ports[*].port`. ### Type LoadBalancer