mirror of
				https://github.com/kelseyhightower/kubernetes-the-hard-way.git
				synced 2025-11-04 02:02:33 +03:00 
			
		
		
		
	clean up docs
This commit is contained in:
		@@ -272,7 +272,7 @@ WORKER_0_PUBLIC_IP_ADDRESS=$(aws ec2 describe-instances \
 | 
				
			|||||||
    jq -j '.Reservations[].Instances[].PublicIpAddress')
 | 
					    jq -j '.Reservations[].Instances[].PublicIpAddress')
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> The instance public IP address can also be obtained from the EC2 console. Each node will be tagged with a unqiue name.
 | 
					> The instance public IP address can also be obtained from the EC2 console. Each node will be tagged with a unique name.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
ssh ubuntu@${WORKER_0_PUBLIC_IP_ADDRESS}
 | 
					ssh ubuntu@${WORKER_0_PUBLIC_IP_ADDRESS}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user