From 471ffcb714404a6e8266c3460107062292e65275 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Fri, 3 Apr 2015 16:08:15 +0900 Subject: [PATCH] Updated instance name for standalone CoreOS guide. --- .../coreos/coreos_single_node_cluster.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started-guides/coreos/coreos_single_node_cluster.md b/docs/getting-started-guides/coreos/coreos_single_node_cluster.md index 989afc2aeaa..4d9489fe0ec 100644 --- a/docs/getting-started-guides/coreos/coreos_single_node_cluster.md +++ b/docs/getting-started-guides/coreos/coreos_single_node_cluster.md @@ -40,9 +40,9 @@ gcloud compute instances create standalone \ --metadata-from-file user-data=standalone.yaml ``` -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"`. +Next, setup an ssh tunnel to the instance so you can run kubectl from your local host. +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 standalone --ssh-flag="-R 8080:127.0.0.1:8080"`. ### VMware Fusion