Correct capitalization of clusterIP. (#6067)

This commit is contained in:
Steve Perry
2017-10-26 14:18:04 -07:00
committed by GitHub
parent f084d11d32
commit 5bfcd2695a
+1 -1
View File
@@ -419,7 +419,7 @@ configure environments that are not fully supported by Kubernetes, or
even to just expose one or more nodes' IPs directly. even to just expose one or more nodes' IPs directly.
Note that this Service will be visible as both `<NodeIP>:spec.ports[*].nodePort` Note that this Service will be visible as both `<NodeIP>:spec.ports[*].nodePort`
and `spec.clusterIp:spec.ports[*].port`. and `spec.clusterIP:spec.ports[*].port`.
### Type LoadBalancer ### Type LoadBalancer