From 07bd1630c55803a526abb461ebb76f85f72f2e26 Mon Sep 17 00:00:00 2001 From: Andrew Lee Rubinger Date: Sat, 26 Mar 2016 23:51:17 -0400 Subject: [PATCH] Issue #256 Explicitly instruct the user to name the cluster --- docs/hellonode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hellonode.md b/docs/hellonode.md index 25a8386b37..a3f5b8eec2 100755 --- a/docs/hellonode.md +++ b/docs/hellonode.md @@ -129,7 +129,7 @@ If all goes well, you should be able to see the container image listed in the co A cluster consists of a master API server and a set of worker VMs called nodes. -Create a cluster via the Console: *Compute > Container Engine > Container Clusters > New container cluster*. Leave all the options default, and you should get a Kubernetes cluster with three nodes, ready to receive your container image. +Create a cluster via the Console: *Compute > Container Engine > Container Clusters > New container cluster*. Set the name to 'hello-world', leaving all other options default. You should get a Kubernetes cluster with three nodes, ready to receive your container image. ![image](/images/hellonode/image_11.png)