From a013013e9d4a703ea84055c932859d336a3af455 Mon Sep 17 00:00:00 2001 From: "Claudia J.Kang" Date: Thu, 9 Jan 2020 07:09:40 +0900 Subject: [PATCH] Fix IPV4 typo to IPv4 (#18393) --- content/en/docs/concepts/services-networking/dual-stack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/dual-stack.md b/content/en/docs/concepts/services-networking/dual-stack.md index 09ac2323cd..3b660db019 100644 --- a/content/en/docs/concepts/services-networking/dual-stack.md +++ b/content/en/docs/concepts/services-networking/dual-stack.md @@ -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" >}}