Switch from `gcloud compute` to `gcutil`.
We'll switch back to the future once the interface has settled down.
This commit is contained in:
		
							parent
							
								
									5da55265ee
								
							
						
					
					
						commit
						b8dcadc775
					
				|  | @ -94,7 +94,7 @@ Using master: kubernetes-master (external IP: 1.2.3.4) | ||||||
| If you ssh to that machine, you can run `docker ps` to see the actual pod: | If you ssh to that machine, you can run `docker ps` to see the actual pod: | ||||||
| 
 | 
 | ||||||
| ```shell | ```shell | ||||||
| $ gcloud compute ssh kubernetes-minion-3 --zone us-central1-b | $ gcutil ssh kubernetes-minion-3 --zone us-central1-b | ||||||
| $ sudo docker ps | $ sudo docker ps | ||||||
| 
 | 
 | ||||||
| me@kubernetes-minion-3:~$ sudo docker ps | me@kubernetes-minion-3:~$ sudo docker ps | ||||||
|  | @ -675,6 +675,6 @@ if (isset($_GET['cmd']) === true) { | ||||||
| } ?> | } ?> | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| To play with the service itself, find the name of a frontend, grab the external IP of that host from the [Google Cloud Console][cloud-console], and visit `http://<host-ip>:8080`. You may need to open the firewall for port 8080 using the [console][cloud-console] or the `gcloud` tool. | To play with the service itself, find the name of a frontend, grab the external IP of that host from the [Google Cloud Console][cloud-console], and visit `http://<host-ip>:8080`. You may need to open the firewall for port 8080 using the [console][cloud-console] or the `gcutil` tool. | ||||||
| 
 | 
 | ||||||
| [cloud-console]: https://console.developer.google.com | [cloud-console]: https://console.developer.google.com | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue