mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
The chapter 'Adding Pod Network Routes' is updated.
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user