From bda65211ee2fa6185ff83cd4b4c49bc7cb21eb18 Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Mon, 19 Sep 2016 14:44:34 -0700 Subject: [PATCH] Update 07-network.md --- docs/07-network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-network.md b/docs/07-network.md index a0b2e66..5b99809 100644 --- a/docs/07-network.md +++ b/docs/07-network.md @@ -4,7 +4,7 @@ Now that each worker node is online we need to add routes to make sure that Pods ## Container Subnets -The IP addresses for each pod will be allocated from the `podCIDR` range assinged to each Kubernetes worker through the node registration process. +The IP addresses for each pod will be allocated from the `podCIDR` range assigned to each Kubernetes worker through the node registration process. During the worker setup process the following flags were set on the Kubelet to ensure each node obtained a `podCIDR` from the API server: