mirror of
				https://github.com/kelseyhightower/kubernetes-the-hard-way.git
				synced 2025-11-04 02:02:33 +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 \
 | 
					aws ec2 create-tags \
 | 
				
			||||||
  --resources ${CONTROLLER_2_INSTANCE_ID} \
 | 
					  --resources ${WORKER_2_INSTANCE_ID} \
 | 
				
			||||||
  --tags Key=Name,Value=worker2
 | 
					  --tags Key=Name,Value=worker2
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user