Fix IPV4 typo to IPv4 (#18393)

pull/18662/head
Claudia J.Kang 2020-01-09 07:09:40 +09:00 committed by Kubernetes Prow Robot
parent e9cdcaba6a
commit a013013e9d
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ The following Service specification includes the `ipFamily` field. Kubernetes wi
{{< codenew file="service/networking/dual-stack-ipv6-svc.yaml" >}}
For comparison, the following Service specification will be assigned an IPV4 address (also known as a "cluster IP") from the configured `service-cluster-ip-range` to this Service.
For comparison, the following Service specification will be assigned an IPv4 address (also known as a "cluster IP") from the configured `service-cluster-ip-range` to this Service.
{{< codenew file="service/networking/dual-stack-ipv4-svc.yaml" >}}