From 5387c494253fb0cf86cd92f16d4f104527c1ecba Mon Sep 17 00:00:00 2001 From: Stefan Saasen Date: Thu, 17 Mar 2016 15:17:52 +1100 Subject: [PATCH] [Hello World]: Link to kubectl/gcloud configuration documentation --- docs/hellonode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hellonode.md b/docs/hellonode.md index 0a8593233b..6b619cc5c8 100755 --- a/docs/hellonode.md +++ b/docs/hellonode.md @@ -124,7 +124,7 @@ Create a cluster via the Console: *Compute > Container Engine > Container Cluste ![image](/images/hellonode/image_11.png) -It’s now time to deploy your own containerized application to the Kubernetes cluster! +It’s now time to deploy your own containerized application to the Kubernetes cluster! Please ensure that you have [configured](https://cloud.google.com/container-engine/docs/before-you-begin#optional_set_gcloud_defaults) `kubectl` to use the cluster you just created. ## Create your pod