Skip to content

Commit

Permalink
Merge pull request kubernetes#5440 from TamerTas/master
Browse files Browse the repository at this point in the history
Fix Getting Started Guide Typo
  • Loading branch information
satnam6502 committed Mar 13, 2015
2 parents 203f37a + 611c358 commit 5d65847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ gcloud compute instances create node1 \

Next, setup an ssh tunnel to the master 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
run `gcloud compute ssh master --ssh-flag="-R 8080:127.0.0.1:8080".
run `gcloud compute ssh master --ssh-flag="-R 8080:127.0.0.1:8080"`.

### VMware Fusion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gcloud compute instances create standalone \

Next, setup an ssh tunnel to the master 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
run `gcloud compute ssh master --ssh-flag="-R 8080:127.0.0.1:8080".
run `gcloud compute ssh master --ssh-flag="-R 8080:127.0.0.1:8080"`.


### VMware Fusion
Expand Down

0 comments on commit 5d65847

Please sign in to comment.