The chapter 'Adding Pod Network Routes' is updated.
parent
c7a5e65257
commit
dfb22c395f
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue