From 6f4f97b9fbcc94dec99c10247a244f95e6c26713 Mon Sep 17 00:00:00 2001 From: Shen Yuanyu Date: Wed, 29 Aug 2018 15:08:44 +0800 Subject: [PATCH] fix note format (#10105) --- content/en/docs/concepts/services-networking/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index 88a8fb9b44..67201bf120 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -124,7 +124,7 @@ subsets: ``` {{< note >}} -**NOTE** The endpoint IPs may not be loopback (127.0.0.0/8), link-local +**Note:** The endpoint IPs may not be loopback (127.0.0.0/8), link-local (169.254.0.0/16), or link-local multicast (224.0.0.0/24). They cannot be the cluster IPs of other Kubernetes services either because the `kube-proxy` component doesn't support virtual IPs as destination yet.