add support for aws

This commit is contained in:
Kelsey Hightower
2016-09-11 01:05:13 -07:00
parent 1ff872b05b
commit 5d794d8280
3 changed files with 14 additions and 15 deletions

View File

@@ -305,14 +305,6 @@ gcloud compute forwarding-rules create kubernetes-rule \
### AWS
```
aws elb create-load-balancer \
--load-balancer-name kubernetes \
--listeners "Protocol=TCP,LoadBalancerPort=6443,InstanceProtocol=TCP,InstancePort=6443" \
--subnets ${SUBNET_ID} \
--security-groups ${SECURITY_GROUP_ID}
```
```
aws elb register-instances-with-load-balancer \
--load-balancer-name kubernetes \