add support for aws

pull/48/merge
Kelsey Hightower 2016-09-11 05:11:26 -07:00
parent e4dc273f97
commit 41eae9dbfa
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ aws elb create-load-balancer \
All the VMs in this lab will be provisioned using Ubuntu 16.04 mainly because it runs a newish Linux Kernel that has good support for Docker. All the VMs in this lab will be provisioned using Ubuntu 16.04 mainly because it runs a newish Linux Kernel that has good support for Docker.
All Virtual Machine will be created with the `--no-source-dest-check` flag to enable traffic between foreign subnets to flow. The will enable Pods to communicate with nodes and other Pods via the Service IP. All virtual machines in this section will be created with the `--no-source-dest-check` flag to enable traffic between foreign subnets to flow. The will enable Pods to communicate with nodes and other Pods via the Kubernetes service IP.
### Create Instance IAM Policies ### Create Instance IAM Policies