The chapter 'Adding Pod Network Routes' is updated.

pull/443/head
Pick1a1username 2019-02-17 19:07:58 +09:00
parent c7a5e65257
commit dfb22c395f
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Adding Pod Network Routes # 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. 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.* *The instructions in this chapter should be done in the host, not in the virtual machines.*
## Routes ## Routes
Get the bridge name of `kubernetes-nw`. Get the bridge name of `kubernetes-nw`.