From dfb22c395fafb4ad5f87e5649e2cc92208715b96 Mon Sep 17 00:00:00 2001 From: Pick1a1username <20301273+Pick1a1username@users.noreply.github.com> Date: Sun, 17 Feb 2019 19:07:58 +0900 Subject: [PATCH] The chapter 'Adding Pod Network Routes' is updated. --- docs/11-pod-network-routes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/11-pod-network-routes.md b/docs/11-pod-network-routes.md index fe47d41..a131c86 100644 --- a/docs/11-pod-network-routes.md +++ b/docs/11-pod-network-routes.md @@ -1,6 +1,6 @@ # Adding Pod Network Routes -Pods scheduled to a node receive an IP address from the node's Pod CIDR range. At this point pods can not communicate with other pods running on different nodes due to missing network routes. +Pods scheduled to a node receive an IP address from the node's Pod CIDR range. At this point pods cannot communicate with other pods running on different nodes due to missing network routes. In this chapter, you will create routes for each worker node that maps the node's Pod CIDR range to the node's IP address. @@ -8,6 +8,7 @@ In this chapter, you will create routes for each worker node that maps the node' *The instructions in this chapter should be done in the host, not in the virtual machines.* + ## Routes Get the bridge name of `kubernetes-nw`.