From e97c827ece396526ce6221d0915ac37755a90e16 Mon Sep 17 00:00:00 2001 From: mhamdi semah Date: Thu, 14 Nov 2019 20:56:25 +0100 Subject: [PATCH] Update content/en/docs/reference/glossary/cidr.md Co-Authored-By: Chris <6834943+christophercarney@users.noreply.github.com> --- content/en/docs/reference/glossary/cidr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/glossary/cidr.md b/content/en/docs/reference/glossary/cidr.md index 035ad46dce157..a5782e6f1eead 100644 --- a/content/en/docs/reference/glossary/cidr.md +++ b/content/en/docs/reference/glossary/cidr.md @@ -14,5 +14,5 @@ CIDR (Classless Inter-Domain Routing) is a notation for describing blocks of IP -In the Kubernetes concept, each node is assigned a range of IP addresses through the start address and a netmask. This allows nodes to assign each a unique IP address. +In the context of Kubernetes, each {{< glossary_tooltip text="Node" term_id="node" >}} is assigned a range of IP addresses through the start address and a subnet mask using CIDR. This allows Nodes to assign each {{< glossary_tooltip text="Pod" term_id="pod" >}} a unique IP address. Although originally a concept for IPv4, CIDR has also been expanded to include IPv6.