mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2026-02-12 03:47:08 +00:00
add support for aws
This commit is contained in:
parent
b378d7b0b6
commit
c6feb750a7
@ -402,6 +402,6 @@ WORKER_2_INSTANCE_ID=$(aws ec2 run-instances \
|
|||||||
|
|
||||||
```
|
```
|
||||||
aws ec2 create-tags \
|
aws ec2 create-tags \
|
||||||
--resources ${CONTROLLER_2_INSTANCE_ID} \
|
--resources ${WORKER_2_INSTANCE_ID} \
|
||||||
--tags Key=Name,Value=worker2
|
--tags Key=Name,Value=worker2
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user