mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Updated instance name for standalone CoreOS guide.
This commit is contained in:
		@@ -40,9 +40,9 @@ gcloud compute instances create standalone \
 | 
				
			|||||||
--metadata-from-file user-data=standalone.yaml 
 | 
					--metadata-from-file user-data=standalone.yaml 
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Next, setup an ssh tunnel to the master so you can run kubectl from your local host.
 | 
					Next, setup an ssh tunnel to the instance so you can run kubectl from your local host.
 | 
				
			||||||
In one terminal, run `gcloud compute ssh master --ssh-flag="-L 8080:127.0.0.1:8080"` and in a second
 | 
					In one terminal, run `gcloud compute ssh standalone --ssh-flag="-L 8080:127.0.0.1:8080"` and in a second
 | 
				
			||||||
run `gcloud compute ssh master --ssh-flag="-R 8080:127.0.0.1:8080"`.
 | 
					run `gcloud compute ssh standalone --ssh-flag="-R 8080:127.0.0.1:8080"`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### VMware Fusion
 | 
					### VMware Fusion
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user