Remove excess Spaces

This commit is contained in:
xichengliudui 2018-10-21 06:50:24 -04:00
parent a95f3b9cb6
commit 1433a122da
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ Kubernetes Operations (kops) currently supports 4 networking modes:
### kops Default Networking
Kubernetes Operations (kops) uses `kubenet` networking by default. This sets up networking on AWS using VPC
networking, where the master allocates a /24 CIDR to each Node, drawing from the Node network.
Using `kubenet` mode routes for each node are then configured in the AWS VPC routing tables.
networking, where the master allocates a /24 CIDR to each Node, drawing from the Node network.
Using `kubenet` mode routes for each node are then configured in the AWS VPC routing tables.
One important limitation when using `kubenet` networking is that an AWS routing table cannot have more than
50 entries, which sets a limit of 50 nodes per cluster. AWS support will sometimes raise the limit to 100,