Browse Source

docs: add info about limitions

Rob Szumski 9 năm trước cách đây
mục cha
commit
fdaf377153
2 tập tin đã thay đổi với 10 bổ sung2 xóa
  1. 5 1
      Documentation/aws-vpc-backend.md
  2. 5 1
      Documentation/gce-backend.md

+ 5 - 1
Documentation/vpc-backend.md → Documentation/aws-vpc-backend.md

@@ -1,5 +1,7 @@
 # Amazon VPC Backend for Flannel
 
+When running within an Amazon VPC, we recommend using the aws-vpc backend which, instead of using encapsulation, manipulates IP routes to achieve maximum performance. Because of this, a separate flannel interface is not created.
+
 In order to run flannel on AWS we need to first create an [Amazon VPC](http://aws.amazon.com/vpc/).
 Amazon VPC enables us to launch EC2 instances into a virtual network, which we can configure via its route table.
 
@@ -136,4 +138,6 @@ Confirm that the subnet route table has entries for the lease acquired by each o
 </div>
 <div class="caption">AWS Routes</div>
 
-Keep in mind that the Amazon VPC [limits](http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Appendix_Limits.html) the number of entries per route table to 50.
+### Limitations
+
+Keep in mind that the Amazon VPC [limits](http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Appendix_Limits.html) the number of entries per route table to 50. If you require more routes, request a quota increase or simply switch to the VXLAN backend.

+ 5 - 1
Documentation/gce-backend.md

@@ -1,5 +1,7 @@
 # GCE Backend for Flannel
 
+When running on Google Compute Engine, we recommend using the GCE backend which, instead of using encapsulation, manipulates IP routes to achieve maximum performance. Because of this, a separate flannel interface is not created.
+
 From the Developers Console, we start by creating a new network.
 
 Configure the network name and address range. Then add firewall rules to allow etcd traffic (tcp/2379), SSH, and ICMP. 
@@ -69,4 +71,6 @@ Check that the subnet lease acquired by each of the hosts has been added!
 </div>
 <div class="caption">GCE Routes</div>
 
-It’s important to note that GCE currently [limits](https://cloud.google.com/compute/docs/resource-quotas) the number of routes per *project* to 100. 
+### Limitations
+
+It’s important to note that GCE currently [limits](https://cloud.google.com/compute/docs/resource-quotas) the number of routes per *project* to 100. If you require more routes, request a quota increase or simply switch to the VXLAN backend.