mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 14:13:53 +03:00
add support for aws
This commit is contained in:
@@ -402,6 +402,6 @@ WORKER_2_INSTANCE_ID=$(aws ec2 run-instances \
|
||||
|
||||
```
|
||||
aws ec2 create-tags \
|
||||
--resources ${CONTROLLER_2_INSTANCE_ID} \
|
||||
--resources ${WORKER_2_INSTANCE_ID} \
|
||||
--tags Key=Name,Value=worker2
|
||||
```
|
||||
|
Reference in New Issue
Block a user