mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 01:08:58 +03:00
add support for aws
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user