From 60b490e0788e90b503b46c765a95cc0c7f1bb0dc Mon Sep 17 00:00:00 2001 From: Brian Lynch Date: Fri, 13 Jun 2014 15:03:17 -0700 Subject: [PATCH] Update guestbook.md The previous gcutil command fails to connect: lynchb-macbookpro2:kubernetes lynchb$ gcutil ssh kubernetes-minion-3 --zone us-central1-b INFO: Zone for kubernetes-minion-3 detected as us-central1-b. INFO: Running command line: ssh -o UserKnownHostsFile=/dev/null -o CheckHostIP=no -o StrictHostKeyChecking=no -i /Users/lynchb/.ssh/google_compute_engine -A -p 22 lynchb@23.236.61.38 -- --zone us-central1-b Warning: Permanently added '23.236.61.38' (RSA) to the list of known hosts. bash: --: invalid option Usage: bash [GNU long option] [option] ... bash [GNU long option] [option] script-file ... GNU long options: --debug --debugger --dump-po-strings --dump-strings --help --init-file --login --noediting --noprofile --norc --posix --protected --rcfile --restricted --verbose --version Shell options: -irsD or -c command or -O shopt_option (invocation only) -abefhkmnptuvxBCHP or -o option --- guestbook/guestbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guestbook/guestbook.md b/guestbook/guestbook.md index d81864e8..517b51f8 100644 --- a/guestbook/guestbook.md +++ b/guestbook/guestbook.md @@ -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: ```shell -$ gcutil ssh kubernetes-minion-3 --zone us-central1-b +$ gcutil ssh --zone us-central1-b kubernetes-minion-3 $ sudo docker ps me@kubernetes-minion-3:~$ sudo docker ps