Correct capitalization of clusterIP. (#6067)

pull/6048/merge
Steve Perry 2017-10-26 14:18:04 -07:00 committed by GitHub
parent f084d11d32
commit 5bfcd2695a
1 changed files with 1 additions and 1 deletions

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.
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